You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
262 B
21 lines
262 B
5 years ago
|
## Node ###
|
||
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||
|
|
||
|
# Runtime data
|
||
|
pids
|
||
|
*.pid
|
||
|
*.seed
|
||
|
*.pid.lock
|
||
|
|
||
|
# Dependency directories
|
||
|
node_modules/
|
||
|
|