61 lines
614 B
Plaintext
61 lines
614 B
Plaintext
|
|
# Node modules
|
||
|
|
**/node_modules
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
lerna-debug.log*
|
||
|
|
|
||
|
|
# Build artifacts
|
||
|
|
target/
|
||
|
|
dist/
|
||
|
|
build/
|
||
|
|
*.tgz
|
||
|
|
*.tar.gz
|
||
|
|
|
||
|
|
# IDE and editor files
|
||
|
|
.vscode/
|
||
|
|
.idea/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# OS generated files
|
||
|
|
.DS_Store
|
||
|
|
.DS_Store?
|
||
|
|
._*
|
||
|
|
.Spotlight-V100
|
||
|
|
.Trashes
|
||
|
|
ehthumbs.db
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Docker
|
||
|
|
Dockerfile*
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Environment files
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.env.development.local
|
||
|
|
.env.test.local
|
||
|
|
.env.production.local
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
logs/
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Runtime data
|
||
|
|
pids/
|
||
|
|
*.pid
|
||
|
|
*.seed
|
||
|
|
*.pid.lock
|
||
|
|
|
||
|
|
# Coverage directory used by tools like istanbul
|
||
|
|
coverage/
|
||
|
|
|
||
|
|
# Temporary folders
|
||
|
|
tmp/
|
||
|
|
temp/
|