Update .gitignore to exclude subproject directories

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-25 11:03:24 -03:00
parent c4544468f1
commit 9cd50e15d6

20
.gitignore vendored
View file

@ -14,3 +14,23 @@ docs/book
*.rdb *.rdb
botserver-installers/* botserver-installers/*
!botserver-installers/.gitkeep !botserver-installers/.gitkeep
# Subproject directories (have their own git repos)
botapp/
botserver/
botlib/
botui/
botbook/
bottest/
botdevice/
botmodels/
botplugin/
bottemplates/
# IDE/Editor
.vscode/
.zed/
.github/
# Build artifacts
Cargo.lock