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:
Leopere 2026-02-08 18:27:03 -05:00
parent b2820ed47f
commit 39fe9bc40c
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -5,5 +5,8 @@
# Keys (never commit secrets) # Keys (never commit secrets)
keys/ keys/
# Local dev override (mounts real SSH keys)
docker-compose.override.yml
# OS # OS
.DS_Store .DS_Store