mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
feat: add AI provider config files to .gitignore
Add deepseek, claude, gemini, and grok settings files to .gitignore to prevent accidental commits of local AI provider configurations.
This commit is contained in:
parent
255d1e4057
commit
0f4b0c567e
5
.gitignore
vendored
5
.gitignore
vendored
@ -73,6 +73,10 @@ venv
|
||||
.claude/minmax-settings.json
|
||||
.claude/zhipu-settings.json
|
||||
.claude/settings.local.json
|
||||
.claude/deepseek-settings.json
|
||||
.claude/claude-settings.json
|
||||
.claude/gemini-settings.json
|
||||
.claude/grok-settings.json
|
||||
!.claude/development.md # Exception: allow development docs
|
||||
!.claude/skills/ # Exception: allow project skills
|
||||
!.claude/memory/ # Exception: allow project memory
|
||||
@ -80,3 +84,4 @@ venv
|
||||
|
||||
# Tiktoken cache files
|
||||
gns3server/agent/gns3_copilot/cache/tiktoken/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user