100 lines
1.5 KiB
Plaintext
100 lines
1.5 KiB
Plaintext
# -----------------------------
|
|
# Dependencies
|
|
# -----------------------------
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# -----------------------------
|
|
# Build Output
|
|
# -----------------------------
|
|
dist/
|
|
build/
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# -----------------------------
|
|
# Environment Variables
|
|
# -----------------------------
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# -----------------------------
|
|
# Logs
|
|
# -----------------------------
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# -----------------------------
|
|
# OS Files
|
|
# -----------------------------
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# -----------------------------
|
|
# IDE / Editor
|
|
# -----------------------------
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# -----------------------------
|
|
# Testing
|
|
# -----------------------------
|
|
/jest-cache/
|
|
coverage/
|
|
|
|
# -----------------------------
|
|
# Misc
|
|
# -----------------------------
|
|
tmp/
|
|
temp/
|
|
.cache/
|
|
|
|
# -----------------------------
|
|
# Docker (optional)
|
|
# -----------------------------
|
|
docker-compose.override.yml
|
|
|
|
# -----------------------------
|
|
# Package Managers
|
|
# -----------------------------
|
|
.pnp/
|
|
.pnp.js
|
|
|
|
# -----------------------------
|
|
# Nest CLI
|
|
# -----------------------------
|
|
nest-cli.json.lock
|
|
|
|
# -----------------------------
|
|
# Firebase / Serverless (optional)
|
|
# -----------------------------
|
|
.firebase/
|
|
.serverless/
|
|
|
|
# -----------------------------
|
|
# Mac
|
|
# -----------------------------
|
|
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
*.sqlite
|
|
*.sqlite3 |