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

This commit is contained in:
Torsten Schulz (local)
2025-12-20 16:01:40 +01:00
parent 0afdfec33b
commit 8bd7ed76cd
3 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@@ -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

Binary file not shown.

Binary file not shown.