| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- # Dependencies
- node_modules
- npm-debug.log*
- # Build output
- dist
- .astro
- # Development files
- *.log
- .env
- .env.local
- .env.*.local
- # Database files
- dev.db
- dev.db-journal
- *.db
- *.db-journal
- prisma/dev.db
- prisma/*.db
- prisma/*.db-journal
- # Wrangler
- .wrangler
- # Git
- .git
- .gitignore
- # IDE
- .vscode
- .idea
- *.swp
- *.swo
- *~
- # OS
- .DS_Store
- Thumbs.db
- # Docker
- Dockerfile
- .dockerignore
- # Misc
- README.md
- .editorconfig
|