chore(backend): add coverage directory to gitignore

Ignore Jest coverage reports from version control

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
William Valentin
2025-11-01 10:45:09 -07:00
parent 4b370c87de
commit 223dbb14b7

1
backend/.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules
.env
coverage/