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/