37 lines
378 B
Plaintext
37 lines
378 B
Plaintext
# 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
|
|
|
|
# App assets (synced from felhom.eu website at build time)
|
|
assets/*.svg
|
|
assets/*.png
|
|
assets/*.webp |