init commit
This commit is contained in:
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
# Docker
|
||||
*.log
|
||||
*.tmp
|
||||
data/
|
||||
volumes/
|
||||
postgres/
|
||||
photos/
|
||||
vw-data/
|
||||
config/icons/
|
||||
config/custom.css
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
# Caddy
|
||||
caddy_data/
|
||||
caddy_config/
|
||||
Caddyfile
|
||||
*.key
|
||||
*.crt
|
||||
|
||||
# Immich
|
||||
model-cache/
|
||||
db/
|
||||
|
||||
# Minecraft
|
||||
minecraft-server/
|
||||
|
||||
# Nextcloud
|
||||
data/
|
||||
config/
|
||||
apps/
|
||||
themes/
|
||||
*.db
|
||||
*.sqlite
|
||||
|
||||
# Homepage
|
||||
config/icons/
|
||||
config/*.log
|
||||
|
||||
# IDE/Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user