2024-05-06 06:01:20 -04:00
|
|
|
# https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
|
2020-08-15 18:36:41 -04:00
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
lerna-debug.log*
|
2024-05-06 06:01:20 -04:00
|
|
|
.pnpm-debug.log*
|
2020-08-15 18:36:41 -04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
*.lcov
|
|
|
|
|
|
|
|
# Dependency directories
|
2024-05-06 06:01:20 -04:00
|
|
|
node_modules/
|
2020-08-15 18:36:41 -04:00
|
|
|
jspm_packages/
|
|
|
|
|
|
|
|
# TypeScript cache
|
|
|
|
*.tsbuildinfo
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
2024-05-06 06:01:20 -04:00
|
|
|
# dotenv environment variable files
|
2020-08-15 18:36:41 -04:00
|
|
|
.env
|
2024-05-06 06:01:20 -04:00
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
.env.local
|
|
|
|
|
|
|
|
# yarn v2
|
|
|
|
.yarn/cache
|
|
|
|
.yarn/unplugged
|
|
|
|
.yarn/build-state.yml
|
|
|
|
.yarn/install-state.gz
|
|
|
|
.pnp.*
|