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
|
2022-10-06 14:15:31 +02:00
|
|
|
*.mustache
|
2022-09-15 13:49:55 +02:00
|
|
|
yarn.lock
|
|
|
|
.husky/pre-commit
|
|
|
|
.prettierignore
|
|
|
|
.gitignore
|
|
|
|
.eslintignore
|