Intial repository commit
This commit is contained in:
62
.gitignore
vendored
Normal file
62
.gitignore
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
### Environment files (secrets)
|
||||
*.env
|
||||
.env
|
||||
.env.*
|
||||
|
||||
### Container data (DO NOT VERSION)
|
||||
/portainer/config
|
||||
/portainer/config/*
|
||||
**/data/
|
||||
**/db/
|
||||
**/mysql/
|
||||
**/redis/
|
||||
**/postgres/
|
||||
**/mariadb/
|
||||
**/volumes/
|
||||
**/storage/
|
||||
**/config/ # Prevents permission denied warnings (Portainer, Syncthing, Nextcloud, etc.)
|
||||
**/appdata/
|
||||
**/cache/
|
||||
**/tls/
|
||||
**/certs/
|
||||
**/letsencrypt/
|
||||
**/uploads/
|
||||
|
||||
### Cloudflared & networking secrets
|
||||
**/cert.pem
|
||||
**/*.pem
|
||||
**/*.key
|
||||
**/*.crt
|
||||
**/*.json
|
||||
|
||||
### Syncthing internal data
|
||||
**/index*
|
||||
**/syncthing/config/
|
||||
|
||||
### Logs & backups
|
||||
*.log
|
||||
*.bak
|
||||
*.backup
|
||||
*~
|
||||
*.tmp
|
||||
|
||||
### Editor / IDE files
|
||||
*.swp
|
||||
*.swo
|
||||
*.swn
|
||||
*.swm
|
||||
*.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
*.code-workspace
|
||||
|
||||
### Docker-related junk
|
||||
docker-compose.override.yml
|
||||
*.pid
|
||||
*.sock
|
||||
|
||||
### Misc hidden / temp files
|
||||
*.retry
|
||||
*.orig
|
||||
*.old
|
||||
Reference in New Issue
Block a user