fix(prettier): Ignore .yaml, .gif, .ico, and .jpg files
This commit is contained in:
parent
35162d25e4
commit
db6bd54fa8
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue