init commit
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user