chore(backend): add .jest-cache to .gitignore and remove tracked cache files

- Jest cache files should not be committed to version control
This commit is contained in:
2026-03-28 13:13:57 +07:00
parent 919934e701
commit 3510a10ca0
18334 changed files with 1 additions and 1075573 deletions
+1
View File
@@ -19,6 +19,7 @@ lerna-debug.log*
# Tests
/coverage
/.nyc_output
/.jest-cache
# IDEs and editors
/.idea