1
0
Fork 0
freesewing/.prettierignore

12 lines
275 B
Text
Raw Normal View History

2020-08-14 15:14:56 +02:00
# 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
*.yml
*.md
# More auto-generated code
packages/*/example/public/*
packages/*/example/src/*
packages/*/tests/*.js