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>
19 lines
180 B
Plaintext
19 lines
180 B
Plaintext
node_modules
|
|
dist
|
|
.git
|
|
.gitignore
|
|
.DS_Store
|
|
*.log
|
|
.vite
|
|
index.original.html
|
|
.claude
|
|
.vscode
|
|
.idea
|
|
|
|
# Secrets / not needed in the image
|
|
.codex-temp-keys
|
|
.env
|
|
*.pem
|
|
*_ssh_key
|
|
worker
|