bootc-docs/.gitignore
robojerk 4f6cc99ba2 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
2025-09-15 14:05:16 -07:00

23 lines
No EOL
278 B
Text

# Ignore temporary files and build artifacts
*.tmp
*.log
*.swp
*.swo
*~
# Ignore editor-specific files
.vscode/
.idea/
*.sublime-*
# Ignore OS-specific files
.DS_Store
Thumbs.db
# Ignore build artifacts if any
target/
dist/
build/
# Ignore bootc source code directory
bootc/