Config files should be tracked in version control. 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush <crush@charm.land>
47 lines
469 B
Plaintext
47 lines
469 B
Plaintext
# KNEL-Football ISO build artifacts
|
|
*.iso
|
|
*.sha256
|
|
*.md5
|
|
*.img
|
|
|
|
# Docker build artifacts
|
|
bin/
|
|
lib/
|
|
plan/
|
|
|
|
# Build directories
|
|
knel-build/
|
|
knel-iso/
|
|
knel-custom/
|
|
knel-final/
|
|
artifacts/
|
|
.chroot/
|
|
.cache/
|
|
.build/
|
|
tmp/
|
|
tmp2/
|
|
output/
|
|
|
|
# Live-build artifacts
|
|
binary/
|
|
.cache/
|
|
bootstrap/
|
|
|
|
# Temporary files
|
|
*.log
|
|
*.tmp
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Downloaded files
|
|
debian-*.iso
|
|
*.netinst.iso
|
|
*.tar.gz
|
|
*.tar.xz
|
|
|
|
# Security - don't commit sensitive configs
|
|
*key*
|
|
*.pem
|
|
*.crt
|
|
secrets/ |