Skip to content

Commit c8ab390

Browse files
committed
security: scrub outlook-chula.json and hardcoded script secrets from history; ignore dotfolders, scripts, and sensitive files
1 parent 71ee9d0 commit c8ab390

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,21 @@ coverage
5151
.worktrees/
5252
.gstack/
5353
.cursor/
54+
55+
# SECURITY: specific dotfolders that have leaked secrets before
56+
.cursor/mcp.json
57+
.kilocode/mcp.json
58+
.agents/skills/
59+
.augment/skills/
60+
61+
# SECURITY: specific files that contained hardcoded secrets
62+
outlook-chula.json
63+
test-email-auth.js
64+
migrate-existing-assessments.js
65+
scripts/apply-rls-fix.js
66+
scripts/check-end-node.js
67+
scripts/check-node-type.mjs
68+
scripts/sync-participants-to-resend.js
69+
scripts/sync-to-ghost.sh
70+
scripts/test-db-access.js
71+
scripts/update-invitation-template.js

0 commit comments

Comments
 (0)