Initialisation du Homelab
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# Secrets
|
||||
.env
|
||||
.env.*
|
||||
secrets/
|
||||
*.key
|
||||
*.pem
|
||||
*.crt
|
||||
*.token
|
||||
.vault_pass
|
||||
|
||||
# Runtime / data
|
||||
data/
|
||||
postgres/
|
||||
backup/
|
||||
backups/
|
||||
logs/
|
||||
|
||||
# Dumps / exports
|
||||
*.sql
|
||||
*.dump
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.gz
|
||||
|
||||
# Gitea runtime config
|
||||
app.ini
|
||||
|
||||
# OS / editors
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user