Skip to content

Commit 6e87ab9

Browse files
allsmogclaude
andcommitted
Update .gitignore for scan artifacts
Add .vuln-scout-cache/, .codeql/, *.jsonl, node_modules/ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9bf2424 commit 6e87ab9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,10 @@ joern-workspace/
3333
__pycache__/
3434
*.pyc
3535

36+
# VulnScout scan artifacts
37+
.vuln-scout-cache/
38+
.codeql/
39+
*.jsonl
40+
41+
# Node modules
42+
node_modules/

0 commit comments

Comments
 (0)