Files
felhom.eu/controller/.gitignore
T
2026-02-13 16:59:51 +01:00

33 lines
279 B
Plaintext
Executable File

# Build artifacts
bin/
*.exe
*.dll
*.so
*.dylib
# Test artifacts
coverage.out
coverage.html
*.test
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Go
vendor/
# Docker
*.tar
# Local config (don't commit real customer configs)
controller.yaml
restic-password