Remove gitleaks binary and archive files, and update .gitignore to exclude security tooling artifacts, enhancing project cleanliness and security management.
All checks were successful
Code Analysis (JS/Vue) / analyze (push) Successful in 3m49s
All checks were successful
Code Analysis (JS/Vue) / analyze (push) Successful in 3m49s
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -144,6 +144,11 @@ Thumbs.db
|
|||||||
*.tmp
|
*.tmp
|
||||||
*.temp
|
*.temp
|
||||||
|
|
||||||
|
# Security tooling artifacts (CI downloads)
|
||||||
|
gitleaks
|
||||||
|
gitleaks.tar.gz
|
||||||
|
osv-scanner
|
||||||
|
|
||||||
# Sensitive data (DO NOT commit production sessions!)
|
# Sensitive data (DO NOT commit production sessions!)
|
||||||
# server/data/sessions.json - uncomment for production
|
# server/data/sessions.json - uncomment for production
|
||||||
public/uploads
|
public/uploads
|
||||||
|
|||||||
BIN
gitleaks.tar.gz
BIN
gitleaks.tar.gz
Binary file not shown.
Reference in New Issue
Block a user