Update .gitignore to exclude subproject directories
This commit is contained in:
parent
c4544468f1
commit
9cd50e15d6
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue