- Move documentation to docs/ directory for better organization - Add bin/ directory for utility scripts - Add lib/ for shared library functions - Update all build scripts to ensure strict Docker compliance - Enhance AGENTS.md with Docker container requirements - Create comprehensive compliance and security documentation - Reorganize test suite with improved structure - Remove obsolete Dockerfile and archive documentation - Add final security compliance report BREAKING CHANGE: Restructured project layout with moved documentation directories 💘 Generated with Crush Assisted-by: GLM-4.6 via Crush <crush@charm.land>
42 lines
429 B
Plaintext
42 lines
429 B
Plaintext
# KNEL-Football ISO build artifacts
|
|
*.iso
|
|
*.sha256
|
|
*.md5
|
|
*.img
|
|
|
|
# Build directories
|
|
knel-build/
|
|
knel-iso/
|
|
knel-custom/
|
|
knel-final/
|
|
artifacts/
|
|
.chroot/
|
|
.cache/
|
|
.build/
|
|
tmp/
|
|
output/
|
|
|
|
# Live-build artifacts
|
|
config/
|
|
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/ |