1
0
Fork 0

fix(prettier): Ignore .yaml, .gif, .ico, and .jpg files

This commit is contained in:
Benjamin F 2023-01-14 07:18:38 -08:00
parent 35162d25e4
commit db6bd54fa8

View file

@ -1,9 +1,13 @@
# Since we generate a bunch of YAML and MarkDown files programatically
# It triggers this constant fight between prettier and YAML/MD formatting
# So let's not
*.yaml
*.yml
*.md
*.mustache
*.gif
*.ico
*.jpg
*.png
*.svg
*.prisma