Skip to content

Commit 312a88b

Browse files
committed
Add test/fixtures to prettier ignore to preserve sourcemaps for testing
1 parent abf64cc commit 312a88b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ vendor
1717
# 2. some tests fail cause they depend on some sources being exactly as they are
1818
examples
1919
!test/examples
20+
21+
# Test fixtures include compiled/generated files with sourcemaps
22+
# Formatting them breaks the sourcemaps
23+
test/fixtures

0 commit comments

Comments
 (0)