From 9cd50e15d6bfdf8c8118318b8336189f0f938b14 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Thu, 25 Dec 2025 11:03:24 -0300 Subject: [PATCH] Update .gitignore to exclude subproject directories --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index 23339eb..496c52c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,23 @@ 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