38 lines
393 B
Plaintext
38 lines
393 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of build tools
|
|
dist/
|
|
build/
|
|
lib/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*.local
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|