chore(eslint): update ignore patterns to exclude additional directories and files
Some checks failed
CI / test-lang (push) Successful in 1m51s
Build Test / Build and Test (push) Failing after 31m5s
CI / test-backend (pull_request) Successful in 54s
Build and Publish Docker Image / build (pull_request) Has been skipped
CI / test-lang (pull_request) Successful in 1m8s
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 29s
CI / lint (push) Failing after 5m11s
CI / lint (pull_request) Failing after 5m8s
CI / build-frontend (pull_request) Successful in 9m45s
Tests / test (push) Successful in 13m22s
Benchmarks / benchmark (push) Successful in 14m43s
Benchmarks / benchmark (pull_request) Successful in 14m46s
Build and Publish Docker Image / build-dev (pull_request) Successful in 17m29s
CI / test-backend (push) Successful in 3s
Tests / test (pull_request) Failing after 20m54s
CI / build-frontend (push) Successful in 1m53s
Build Test / Build and Test (pull_request) Failing after 30m58s

This commit is contained in:
2026-01-04 00:08:50 -06:00
parent c8a014b06e
commit 46872209d6

View File

@@ -9,6 +9,10 @@ export default [
"**/node_modules/**",
"**/dist/**",
"**/build/**",
"**/out/**",
"**/android/**",
"**/MagicMock/**",
"**/reticulum_meshchatx.egg-info/**",
"**/electron/assets/**",
"**/meshchatx/public/**",
"**/meshchatx/src/frontend/public/**",
@@ -26,7 +30,6 @@ export default [
"**/*.wasm",
"**/*.proto",
"**/tests/**",
"**/tests/frontend/**",
"**/.pnpm-store/**",
],
},