39 lines
335 B
Plaintext
39 lines
335 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Production build
|
|
dist
|
|
build
|
|
|
|
# Environment files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Coverage
|
|
coverage
|
|
|
|
# Misc
|
|
.npmrc |