mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-22 05:41:43 -04:00
38 lines
496 B
Plaintext
38 lines
496 B
Plaintext
data/*.json
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.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
|
|
|
|
#node_modules/
|
|
jspm_packages/
|
|
*.tsbuildinfo
|
|
.npm
|
|
.eslintcache
|
|
.node_repl_history
|
|
*.tgz
|
|
.yarn-integrity
|
|
.env
|
|
.env.test
|
|
.cache/
|
|
.serverless/
|
|
.dynamodb/
|
|
|
|
node_modules/@types/
|
|
node_modules/*/test/
|
|
node_modules/**/*.ts
|
|
node_modules/**/*.map
|
|
node_modules/**/*.md
|