Add more ignore rules (#11419)

This commit is contained in:
Tom Moor
2026-02-12 18:27:54 -05:00
committed by GitHub
parent 66f9113975
commit 3a875d4466
+8 -1
View File
@@ -1,4 +1,3 @@
__mocks__
.git .git
.vscode .vscode
.github .github
@@ -8,11 +7,19 @@ __mocks__
.eslint* .eslint*
.oxlintrc* .oxlintrc*
.log .log
*.md
Makefile Makefile
Procfile Procfile
app.json app.json
crowdin.yml crowdin.yml
lint-staged.config.mjs
build build
docker-compose.yml docker-compose.yml
node_modules node_modules
.yarn .yarn
**/*.test.ts
**/*.test.tsx
**/*.test.js
**/*.test.jsx
**/__tests__
**/__mocks__