mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-01 23:55:15 +03:00
feat: add .claude directory to gitignore for API key security
Add .claude/ directory to .gitignore to prevent accidental commit of Claude Code settings which may contain sensitive API keys. This ensures development environment configuration files with potential credentials are excluded from version control.
This commit is contained in:
parent
f81ab0cfbe
commit
fd34ef494f
3
.gitignore
vendored
3
.gitignore
vendored
@ -67,3 +67,6 @@ env
|
||||
venv
|
||||
*venv
|
||||
.ropeproject
|
||||
|
||||
# Claude Code settings (may contain API keys)
|
||||
.claude/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user