Ignore code editor configuration directories

- Add .codebuddy/ and .kilocode/ to .gitignore
- Remove editor config files from git tracking
This commit is contained in:
2025-10-09 06:15:32 +00:00
parent 89ee6f7967
commit 5a56e4b84e
3 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -95,3 +95,6 @@ scripts/deploy-*-webhook.sh
*.zip
*.deb
*.rpm
# Code editor configurations
.codebuddy/
.kilocode/