# Dependencies
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log

# Git
.git
.gitignore
.github

# Development
.vscode
.idea
*.md
!README.md

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Testing
coverage
__tests__
*.test.js
*.spec.js

# Build
dist
build
out

# Misc
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
