63 lines
605 B
Plaintext
63 lines
605 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
prisma/node_modules
|
|
|
|
# Build output
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
prisma/dist
|
|
prisma/dist-ssr
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
*.env
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Testing
|
|
coverage
|
|
*.test.ts
|
|
*.spec.ts
|
|
__tests__
|
|
|
|
# Documentation
|
|
README.md
|
|
LICENSE
|
|
*.md
|
|
docs
|
|
|
|
# Cache
|
|
.cache
|
|
.eslintcache
|
|
.stylelintcache
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# OS files
|
|
Thumbs.db
|