diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..204d8ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# Zero OS Alpine Initramfs Builder - Build Artifacts + +# Build directories (generated during build) +components/ +initramfs/ +kernel/ +dist/ + +# Build logs +*.log +build*.log +nohup.out + +# Temporary files +/tmp/ +*.tmp + +# Container artifacts (if any local storage) +.docker/ +.podman/ + +# Rust build artifacts (if any escape component dirs) +target/ +Cargo.lock + +# Alpine downloads +alpine-miniroot*.tar.gz +linux-*.tar.xz + +# Editor and IDE files +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS generated files +.DS_Store +Thumbs.db \ No newline at end of file diff --git a/components/mycelium b/components/mycelium deleted file mode 160000 index a9ba23d..0000000 --- a/components/mycelium +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a9ba23d7bd020411be51cd2359775f6f11b159e4 diff --git a/components/rfs b/components/rfs deleted file mode 160000 index 2b92afa..0000000 --- a/components/rfs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2b92afaf10e2a537ebe5d939ad810b5957e2f1d2 diff --git a/components/zinit b/components/zinit deleted file mode 160000 index 92444a7..0000000 --- a/components/zinit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 92444a767003e2126d17df45a7d4f7c8e5427129