28 lines
533 B
Text
28 lines
533 B
Text
node_modules/
|
|
logs
|
|
_.log
|
|
npm-debug.log_
|
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
build/Release
|
|
# TypeScript cache
|
|
\*.tsbuildinfo
|
|
# Optional npm cache directory
|
|
.npm
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
# Output of 'npm pack'
|
|
\*.tgz
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
# Others
|
|
.direnv/
|
|
# Build artifacts
|
|
build/
|
|
# Nix build result
|
|
result
|