32 lines
No EOL
299 B
Text
32 lines
No EOL
299 B
Text
# Node.js dependencies
|
|
node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
|
|
# Compiled output
|
|
build/
|
|
dist/
|
|
|
|
# Coverage directory
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Optional caches
|
|
.npm/
|
|
.eslintcache
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db |