mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
Add more ignore rules (#11419)
This commit is contained in:
+8
-1
@@ -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__
|
||||||
|
|||||||
Reference in New Issue
Block a user