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
This commit is contained in:
robojerk 2025-09-15 14:05:16 -07:00
parent cea1a07a43
commit 4f6cc99ba2
3 changed files with 2 additions and 5 deletions

3
.gitignore vendored
View file

@ -19,4 +19,5 @@ target/
dist/
build/
# Note: bootc/ is a git submodule, not ignored
# Ignore bootc source code directory
bootc/

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "bootc"]
path = bootc
url = https://github.com/containers/bootc.git

1
bootc

@ -1 +0,0 @@
Subproject commit 8ac9eae698b74aa26dbc3e62cf9d34749d2e70e3