Add docker-compose.override.yml to gitignore
Local dev override mounts real SSH keys for testing the tunnel server and client without needing Swarm secrets. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
b2820ed47f
commit
39fe9bc40c
|
|
@ -5,5 +5,8 @@
|
|||
# Keys (never commit secrets)
|
||||
keys/
|
||||
|
||||
# Local dev override (mounts real SSH keys)
|
||||
docker-compose.override.yml
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Reference in New Issue