Files
proxmox-gitea/.gitignore
Martin Eckardt 4bf2207dcf Initial commit: Gitea Docker Setup für Proxmox
- Docker-Compose Konfiguration
- Setup-Script für LXC Container
- Backup-Script mit Rotation
- Installationsanleitung

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 14:01:12 +01:00

18 lines
111 B
Plaintext

# Backups
*.tar.gz
backups/
# Logs
*.log
# Environment
.env
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db