Ignore code editor configuration directories
- Add .codebuddy/ and .kilocode/ to .gitignore - Remove editor config files from git tracking
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 94 KiB |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -95,3 +95,6 @@ scripts/deploy-*-webhook.sh
|
|||||||
*.zip
|
*.zip
|
||||||
*.deb
|
*.deb
|
||||||
*.rpm
|
*.rpm
|
||||||
|
# Code editor configurations
|
||||||
|
.codebuddy/
|
||||||
|
.kilocode/
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/mnt/fnsync/mcp/mcp_shared_config.json
|
|
||||||
Reference in New Issue
Block a user