chore(config): add temp-tests directory to .prettierignore and eslint configuration to exclude temporary test files

This commit is contained in:
Ivan 2026-07-07 22:42:59 -05:00
parent b6c5516601
commit d7531645f4
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ meshchatx/src/frontend/style.css
# Other
storage/
temp-tests/
__pycache__/
.venv/
MagicMock/

View file

@ -34,6 +34,7 @@ export default [
"**/*.wasm",
"**/*.proto",
"**/tests/**",
"**/temp-tests/**",
"**/.pnpm-store/**",
"**/packaging/**",
],