Skip to content

Commit d69c761

Browse files
committed
feat(templates): allow committing .orch in state repo
1 parent e80467d commit d69c761

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

effect-template/packages/lib/src/core/templates.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,9 @@ ${maybeBrowserVolume}`
259259
}
260260

261261
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/
262+
`# docker-git project files
263+
# NOTE: this directory is intended to be committed to the docker-git state repository.
264+
# It intentionally does not ignore .orch/ or auth files; keep the state repo private.
269265
`
270266

271267
// CHANGE: ignore local secrets in docker build context

0 commit comments

Comments
 (0)