Ignore code editor configuration directories
- Add .codebuddy/ and .kilocode/ to .gitignore - Remove editor config files from git tracking
This commit is contained in:
parent
89ee6f7967
commit
5a56e4b84e
Binary file not shown.
|
Before Width: | Height: | Size: 94 KiB |
|
|
@ -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
|
|
||||||
Loading…
Reference in New Issue