Files
ratebubble/.dockerignore
2026-02-28 02:44:41 +03:00

53 lines
438 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
# Git
.git/
.gitignore
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
# Documentation
doc/
*.md
!README.md
# Prisma
prisma/migrations/*_*
# Test
coverage/
.nyc_output/
# Misc
*.log
*.pid
*.seed
*.pid.lock