Files
felhom.eu/.gitignore
T
2026-07-09 20:36:22 +02:00

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