17 lines
296 B
Text
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
|