apt-ostree-builder/.gitignore
2025-09-09 18:11:55 -07:00

52 lines
461 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
# Temporary files
*.tmp
*.temp
/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