Skip to content

Commit 55db03f

Browse files
committed
Update .prettierignore to include additional image file types
1 parent 3146069 commit 55db03f

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.prettierignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
# Ignore all png and svg files:
1+
# Ignore all images files:
22
*.png
3-
*.svg
3+
*.jpg
4+
*.jpeg
5+
*.gif
6+
*.webp
7+
*.bmp
8+
*.tiff
9+
*.tif
10+
*.svg
11+
*.ico

0 commit comments

Comments
 (0)