apt-ostree-builder/.gitignore
robojerk 648e08dfea
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 2m21s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 48s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Update .gitignore to exclude test files and temporary artifacts
- Add patterns for test-* files (ubuntu, bootc, proper, fixed, final, enhanced)
- Add *.raw.tmp for temporary raw image files
- Exclude various test output formats (.raw, .qcow2, etc.)
- Keep repository clean from development artifacts
2025-09-10 11:36:39 -07:00

60 lines
565 B
Text

# Rust
/target/
**/*.rs.bk
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build artifacts
*.deb
*.rpm
*.tar.gz
*.zip
# Test outputs
test-*.img
test-*.qcow2
test-*.vmdk
test-*.iso
test-*.ami
test-*.raw
test-ubuntu-*
test-bootc-*
test-proper-*
test-fixed-*
test-final-*
test-enhanced-*
# Temporary files
*.tmp
*.temp
/tmp/
*.raw.tmp
# Logs
*.log
logs/
# CI/CD
artifacts/
CI_SUMMARY.md
STATUS_REPORT.md
ARTIFACTS_README.md
# Docker
Dockerfile.local
docker-compose.override.yml
# Local development
.env
.env.local
config.local.toml