Skip to content

Commit 01c700d

Browse files
authored
Misc: prettier fixes (#1424)
* add bot * rm
1 parent afdcbe5 commit 01c700d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.prettierignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ coverage
22
node_modules
33
dist
44
__snapshots__
5-
.*
65
packages/fiddle/build/**
76
.yarn
87
e2e/**/output/src/**
@@ -17,6 +16,12 @@ e2e/e2e-app-qwik-output/lib/**
1716
# **/tsconfig.json
1817

1918
examples/**/output/**/*
19+
e2e/e2e-app/output/**/src/**/*
20+
e2e/e2e-app/output/**/types/**/*
21+
packages/docs/server
22+
23+
.angular
24+
.next
2025

2126
# ignore the starter package, it is not part of the workspace
2227
# packages/starter/

0 commit comments

Comments
 (0)