Update gitignore to exclude test files and deployment scripts

This commit is contained in:
2025-12-29 14:47:54 +11:00
parent c02c520994
commit 7547aa04e5

11
.gitignore vendored
View File

@@ -211,3 +211,14 @@ coverage/
SAMPLE/ SAMPLE/
!reset_password.sql !reset_password.sql
# ===========================================
# TEST FILES & DEPLOYMENT SCRIPTS
# ===========================================
test-*.js
test-*.json
deploy-now.ps1
reports/*.json
reports/*.html
reports/*.har.json
reports/*.optimizations.json