forked from PolarisPyra/daphnis
26 lines
267 B
Plaintext
26 lines
267 B
Plaintext
|
# Node.js
|
||
|
node_modules/
|
||
|
|
||
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
|
||
|
# Dependency directories
|
||
|
pids
|
||
|
logs
|
||
|
*.pid
|
||
|
*.seed
|
||
|
*.pid.lock
|
||
|
|
||
|
# Optional npm cache directory
|
||
|
.npm
|
||
|
|
||
|
# Optional eslint cache
|
||
|
.eslintcache
|
||
|
|
||
|
# Optional REPL history
|
||
|
.node_repl_history
|
||
|
|
||
|
# Environment variables
|
||
|
.env*
|