52 lines
534 B
Plaintext
52 lines
534 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
# Output
|
|
out
|
|
dist
|
|
dist-ssr
|
|
*.tgz
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
.env.local
|
|
.env.*.local
|
|
*.local
|
|
!.env.example
|
|
|
|
# Caches and Coverage
|
|
coverage
|
|
*.lcov
|
|
.eslintcache
|
|
.cache
|
|
*.tsbuildinfo
|
|
|
|
# IDEs and Editors
|
|
.idea
|
|
!.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Backend Specific
|
|
*.db
|
|
backend/src/generated/prisma
|