Files
dance-lessons-coach/.gitignore
Gabriel Radureau aaba14c0c5
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 40s
CI/CD Pipeline / CI Pipeline (push) Failing after 3m19s
🗑️ chore: add coverage.txt to gitignore and remove trigger files
2026-04-08 12:14:17 +02:00

32 lines
333 B
Plaintext

# Binaries
*.exe
*.test
*.out
bin/
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE specific files
.idea/
.vscode/
# macOS specific files
.DS_Store
# Server runtime files
server.log
server.pid
*.log
pkg/server/docs/
# CI/CD runner configuration
config/runner
.runner
coverage.txt
trigger.txt
test_trigger.txt