1
0
Fork 0
freesewing/.prettierignore
2022-11-04 20:51:45 +01:00

17 lines
296 B
Text

# 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
*.mustache
*.png
*.svg
*.prisma
*.sqlite
*.html
LICENSE
yarn.lock
.husky/pre-commit
.prettierignore
.gitignore
.eslintignore