svchat/.dockerignore

42 lines
549 B
Plaintext

**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/.next
**/.cache
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/charts
**/docker-compose*
**/compose.y*ml
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
**/build
**/dist
**/src/lib/server/db/users.db*
**/minio-storage
**/vite.config.js.timestamp-*
**/vite.config.ts.timestamp-*
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
/drizzle
.DS_Store
Thumbs.db
LICENSE
README.md