We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80467d commit d69c761Copy full SHA for d69c761
1 file changed
effect-template/packages/lib/src/core/templates.ts
@@ -259,13 +259,9 @@ ${maybeBrowserVolume}`
259
}
260
261
const renderGitignore = (): string =>
262
- `# Local secrets and keys
263
-authorized_keys
264
-dev_ssh_key
265
-dev_ssh_key.pub
266
-
267
-# Local auth cache
268
-.orch/
+ `# docker-git project files
+# NOTE: this directory is intended to be committed to the docker-git state repository.
+# It intentionally does not ignore .orch/ or auth files; keep the state repo private.
269
`
270
271
// CHANGE: ignore local secrets in docker build context
0 commit comments