36 lines
376 B
Text
36 lines
376 B
Text
.tmp*
|
|
.tmp/*
|
|
*.log
|
|
target*
|
|
.env
|
|
*.env
|
|
work
|
|
*.out
|
|
bin
|
|
botserver-stack
|
|
*logfile*
|
|
*-log*
|
|
docs/book
|
|
*.rdb
|
|
botserver-installers/*
|
|
!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
|