54 lines
557 B
Plaintext
54 lines
557 B
Plaintext
# Environment files (local development only)
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# Keep stack.env as template for Portainer
|
|
# stack.env is intentionally NOT ignored
|
|
|
|
# Secrets
|
|
secrets/*.txt
|
|
secrets/*.key
|
|
secrets/*.pem
|
|
|
|
# Generated certificates
|
|
letsencrypt/
|
|
*.crt
|
|
*.key
|
|
*.pem
|
|
|
|
# Data directories
|
|
*/data/
|
|
*/db/
|
|
*.sqlite3
|
|
|
|
# Backups
|
|
*.tar.gz
|
|
*.zip
|
|
backup/
|
|
backups/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Runtime files
|
|
.pid
|
|
.sock
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker volumes that might be mounted
|
|
adguard-work/
|
|
adguard-conf/
|
|
uptime-kuma-data/
|