Files
deploy-felhom-compose/controller/.gitignore
T

39 lines
404 B
Plaintext

# Build artifacts
bin/
*.exe
*.dll
*.so
*.dylib
controller
controller.exe
# 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
# App assets (synced from felhom.eu website at build time)
assets/*.svg
assets/*.png
assets/*.webp