mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
chore(config): add temp-tests directory to .prettierignore and eslint configuration to exclude temporary test files
This commit is contained in:
parent
b6c5516601
commit
d7531645f4
2 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ meshchatx/src/frontend/style.css
|
|||
|
||||
# Other
|
||||
storage/
|
||||
temp-tests/
|
||||
__pycache__/
|
||||
.venv/
|
||||
MagicMock/
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ export default [
|
|||
"**/*.wasm",
|
||||
"**/*.proto",
|
||||
"**/tests/**",
|
||||
"**/temp-tests/**",
|
||||
"**/.pnpm-store/**",
|
||||
"**/packaging/**",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue