chore: update .gitignore to exclude coverage files

This commit is contained in:
Abhimanyu Saharan
2026-02-07 17:40:23 +05:30
parent 92a3124cba
commit aac2f92c41

3
.gitignore vendored
View File

@@ -20,3 +20,6 @@ node_modules/
# Accidental literal "~" directories (e.g. when a configured path contains "~" but isn't expanded)
backend/~/
backend/coverage.xml
backend/.coverage
frontend/coverage