43 lines
342 B
Plaintext
43 lines
342 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
client/build/
|
|
client/.svelte-kit/
|
|
target/
|
|
classes/
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Clojure
|
|
.cpcache/
|
|
.nrepl-port
|
|
.lsp/
|
|
.clj-kondo/
|
|
|
|
# PWA
|
|
client/dev-dist/
|