41 lines
346 B
Plaintext
41 lines
346 B
Plaintext
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
uploads/
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# IDEs and editors
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-workspace
|
|
|
|
# Docker
|
|
.dockerignore
|
|
|
|
# Prisma
|
|
.prisma/
|
|
|
|
# Misc
|
|
tmp/
|
|
*.tmp
|
|
*.swp
|