37 lines
522 B
Plaintext
37 lines
522 B
Plaintext
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
|
||
|
# Runtime data
|
||
|
pids
|
||
|
*.pid
|
||
|
*.seed
|
||
|
*.pid.lock
|
||
|
|
||
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
||
|
lib-cov
|
||
|
|
||
|
# Coverage directory used by tools like istanbul
|
||
|
coverage
|
||
|
|
||
|
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
||
|
.grunt
|
||
|
|
||
|
# Node.js dependencies
|
||
|
node_modules/
|
||
|
|
||
|
# Optional npm cache directory
|
||
|
.npm
|
||
|
|
||
|
# Optional REPL history
|
||
|
.node_repl_history
|
||
|
|
||
|
# dotenv environment variables file
|
||
|
.env
|
||
|
|
||
|
# Mac OS files
|
||
|
.DS_Store
|
||
|
|
||
|
# Windows thumbnail cache files
|
||
|
Thumbs.db
|