From 4f6cc99ba22a47ce1c3f00f6be0f5a9d3f6ac255 Mon Sep 17 00:00:00 2001 From: robojerk Date: Mon, 15 Sep 2025 14:05:16 -0700 Subject: [PATCH] Remove bootc submodule and ignore bootc directory - Remove bootc git submodule (user doesn't want it) - Update .gitignore to ignore bootc/ directory - Remove .gitmodules file - Documentation is self-contained without source code dependency --- .gitignore | 3 ++- .gitmodules | 3 --- bootc | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules delete mode 160000 bootc diff --git a/.gitignore b/.gitignore index a456a6f..ce10716 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ target/ dist/ build/ -# Note: bootc/ is a git submodule, not ignored +# Ignore bootc source code directory +bootc/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 8830ec0..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "bootc"] - path = bootc - url = https://github.com/containers/bootc.git diff --git a/bootc b/bootc deleted file mode 160000 index 8ac9eae..0000000 --- a/bootc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8ac9eae698b74aa26dbc3e62cf9d34749d2e70e3