Skip to content

Commit dc508ff

Browse files
committed
CI: Shorten .prettierignore files
Signed-off-by: Michael Mayer <[email protected]>
1 parent 6f580e7 commit dc508ff

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

.prettierignore

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,9 @@ build/
66
dist/
77
bin/
88
tests/upload-files/
9-
*.html
10-
*.md
11-
.*
12-
.idea
13-
.codex
14-
.local
15-
.config
16-
.github
179
.tmp
18-
.local
19-
.cache
2010
.gocache
2111
.var
12+
*.html
13+
*.md
14+
.*

frontend/.prettierignore

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@ node_modules/
33
tests/screenshots/
44
tests/acceptance/screenshots/
55
tests/upload-files/
6-
*.html
7-
*.md
8-
.*
9-
.idea
10-
.codex
11-
.local
12-
.config
13-
.github
146
.tmp
15-
.local
16-
.cache
177
.gocache
188
.var
9+
*.html
10+
*.md
11+
.*

0 commit comments

Comments
 (0)