Skip to content

Commit f9fdf3e

Browse files
Ajit Pratap SinghAjit Pratap Singh
authored andcommitted
chore: update .gitignore to exclude test artifacts and security scan results
1 parent 4365b2f commit f9fdf3e

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
@@ -16,6 +16,13 @@
1616
coverage.html
1717
*.prof
1818

19+
# Security scan results
20+
*.sarif
21+
gosec-*.json
22+
23+
# Test directories
24+
test-action/
25+
1926
# Dependency directories (remove the comment below to include it)
2027
vendor/
2128

0 commit comments

Comments
 (0)