chore: add local development files to .gitignore
Exclude local-only files from version control: - .serena/ - local development directory - Caddyfile - local Caddy reverse proxy config - ecosystem.config.cjs - local PM2 ecosystem config
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -30,6 +30,12 @@ mcp_server_debug.log
|
||||
# ---- Local development files -------------------------------------------
|
||||
/.credentials
|
||||
/.claude
|
||||
.serena/
|
||||
Caddyfile
|
||||
ecosystem.config.cjs
|
||||
.serena/
|
||||
Caddyfile
|
||||
ecosystem.config.cjs
|
||||
|
||||
# ---- Agent instructions (not for distribution) -------------------------
|
||||
.github/instructions/
|
||||
|
||||
Reference in New Issue
Block a user