Skip to content

Commit f7644cd

Browse files
committed
chore: ignore the one-off operator seed script
packages/core/seed-operator.mts creates the first operator by hand until the first-run wizard exists. It runs as the table owner and takes a password on the command line, so it must never be committable. Signed-off-by: Matthew Wren <info@origindev.com>
1 parent 6ef79f6 commit f7644cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ packages/db/src/schema.ts
1212
.env.*
1313
!.env.example
1414

15+
# one-off operator seed (see its header) - must never be committed
16+
packages/core/seed-operator.mts
17+
1518
.DS_Store
1619
Thumbs.db
1720
*.log

0 commit comments

Comments
 (0)