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>
14 lines
130 B
Plaintext
14 lines
130 B
Plaintext
node_modules
|
|
dist
|
|
.DS_Store
|
|
*.log
|
|
.vite
|
|
|
|
# Secrets / local-only
|
|
.codex-temp-keys/
|
|
.env
|
|
.env.*.local
|
|
*.pem
|
|
*_ssh_key
|
|
*_ssh_key.pub
|