Initial commit of sharable config
This commit is contained in:
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
# --- ENV / SECRETS ---
|
||||
.env
|
||||
.env.*
|
||||
*.env
|
||||
*.secret
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# --- Docker runtime junk ---
|
||||
**/data/
|
||||
**/storage/
|
||||
**/db/
|
||||
**/postgres/
|
||||
**/redis/
|
||||
**/volumes/
|
||||
**/tmp/
|
||||
**/cache/
|
||||
|
||||
# --- Logs ---
|
||||
*.log
|
||||
logs/
|
||||
**/logs/
|
||||
|
||||
# --- n8n ---
|
||||
n8n/storage/
|
||||
|
||||
# --- Postgres ---
|
||||
postgres/
|
||||
|
||||
# --- Wireguard ---
|
||||
glue/wireguard/
|
||||
|
||||
# --- App-specific overrides ---
|
||||
slskd/config/slskd.yml
|
||||
vw-data/*
|
||||
|
||||
# --- OS junk ---
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# --- Editor ---
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# --- Git safety ---
|
||||
*.bak
|
||||
*.old
|
||||
Reference in New Issue
Block a user