mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-20 07:50:16 +00:00
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:
+39
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user