35 lines
270 B
Plaintext
35 lines
270 B
Plaintext
*/*.secret.yaml
|
|
*.secret.yaml
|
|
*secret*
|
|
|
|
# Go binaries
|
|
hub/hub
|
|
hub/hub.exe
|
|
hub/bin/
|
|
|
|
# Build artifacts
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test and coverage
|
|
*.test
|
|
*.out
|
|
coverage.html
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|