30 lines
431 B
Text
30 lines
431 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
|
|
*.yaml
|
|
*.yml
|
|
*.md
|
|
*.mustache
|
|
*.gif
|
|
*.ico
|
|
*.jpg
|
|
*.png
|
|
*.svg
|
|
*.prisma
|
|
*.sqlite
|
|
*.html
|
|
*.env
|
|
*.sh
|
|
*.json
|
|
Dockerfile
|
|
LICENSE
|
|
yarn.lock
|
|
.husky/pre-commit
|
|
.prettierignore
|
|
.gitignore
|
|
.eslintignore
|
|
.gitkeep
|
|
.all-contributorsrc
|
|
.nvmrc
|
|
ansible.cfg
|
|
sites/shared/prebuild/data/*.mjs
|