Initial commit: Alpine Zero-OS initramfs build system with cleaned Docker configuration

This commit is contained in:
2025-08-15 22:11:44 +02:00
commit 9b14d94bbe
34 changed files with 12864 additions and 0 deletions

51
.gitignore vendored Normal file
View File

@@ -0,0 +1,51 @@
# Build artifacts
output/
cache/
# Git submodules directory (managed separately)
components/
# Docker artifacts
.dockerignore
# Build logs and temporary files
*.log
*.tmp
.buildlog
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor/IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Kernel build artifacts
*.ko
*.o
*.mod.c
.tmp_versions/
modules.order
Module.symvers
# Alpine/Linux temporary files
.alpine-*
initramfs-*
# Backup files
*.bak
*.backup
*.orig
# Test artifacts
test-output/
test-cache/