43 lines
555 B
Plaintext
43 lines
555 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-*
|
|
tests
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
/.svelte-kit
|
|
/build
|
|
/drizzle
|
|
.DS_Store
|
|
Thumbs.db
|
|
LICENSE
|
|
README.md |