We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ee9d0 commit c8ab390Copy full SHA for c8ab390
1 file changed
.gitignore
@@ -51,3 +51,21 @@ coverage
51
.worktrees/
52
.gstack/
53
.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