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
|
# Since we generate a bunch of YAML and MarkDown files programatically
|
||||||
# It triggers this constant fight between prettier and YAML/MD formatting
|
# It triggers this constant fight between prettier and YAML/MD formatting
|
||||||
# So let's not
|
# So let's not
|
||||||
|
*.yaml
|
||||||
*.yml
|
*.yml
|
||||||
*.md
|
*.md
|
||||||
*.mustache
|
*.mustache
|
||||||
|
*.gif
|
||||||
|
*.ico
|
||||||
|
*.jpg
|
||||||
*.png
|
*.png
|
||||||
*.svg
|
*.svg
|
||||||
*.prisma
|
*.prisma
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue