chore: ignore temp SSH keys and env files
Keep .codex-temp-keys/ (local SSH key) and .env out of git and the Docker build context so they never reach a commit or image layer. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,3 +9,10 @@ index.original.html
|
|||||||
.claude
|
.claude
|
||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Secrets / not needed in the image
|
||||||
|
.codex-temp-keys
|
||||||
|
.env
|
||||||
|
*.pem
|
||||||
|
*_ssh_key
|
||||||
|
worker
|
||||||
|
|||||||
8
.gitignore
vendored
8
.gitignore
vendored
@@ -3,3 +3,11 @@ dist
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*.log
|
*.log
|
||||||
.vite
|
.vite
|
||||||
|
|
||||||
|
# Secrets / local-only
|
||||||
|
.codex-temp-keys/
|
||||||
|
.env
|
||||||
|
.env.*.local
|
||||||
|
*.pem
|
||||||
|
*_ssh_key
|
||||||
|
*_ssh_key.pub
|
||||||
|
|||||||
Reference in New Issue
Block a user