33 lines
279 B
Plaintext
Executable File
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
|