49 lines
404 B
Plaintext
49 lines
404 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
dist
|
||
|
|
build
|
||
|
|
|
||
|
|
# Environment files
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.env.*.local
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage
|
||
|
|
.nyc_output
|
||
|
|
|
||
|
|
# Database
|
||
|
|
*.db
|
||
|
|
*.db-journal
|
||
|
|
dev.db
|
||
|
|
prisma/migrations/*/migration.sql
|
||
|
|
|
||
|
|
# Uploads
|
||
|
|
uploads/*
|
||
|
|
!uploads/.gitkeep
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
logs
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
*.md
|
||
|
|
.git
|
||
|
|
.gitignore
|