Add binary and coverage files to .gitignore

- Add aptly/aptly binary executable
- Add coverage_report.html and other coverage files
- Prevent these generated files from being committed
This commit is contained in:
Nick Bozhenko
2025-07-16 17:06:05 -04:00
parent fcb9bd7bd6
commit 06ff8718ad
+39
View File
@@ -74,3 +74,42 @@ docs/docs.go
docs/swagger.json
docs/swagger.yaml
docs/swagger.conf
.secrets
# Coverage reports
*.out
coverage.html
*_coverage.html
# Binaries
aptly-binary
aptly-test
# Downloaded archives
*.tar.gz
# Test artifacts
test_results.log
# Python virtual environments
system/venv/
venv/
# act local CI runner
.actrc
# Backup files
*.backup
*.bak
# Temporary directories
coverage/
scripts/
# Binary executables
aptly/aptly
# Coverage reports
coverage_report.html
*.coverage
coverage.out