-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
.prettierignore
45 lines (40 loc) · 967 Bytes
/
.prettierignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
## Special file types
# File types for ESLint
*.js
*.cjs
*.ts
*.svelte
# File types we're not sure about yet
*.html
*.htm
*.yaml
*.yml
## Based on our .gitignore files as recommended at https://prettier.io/docs/en/configuration.html,
# because we generally don't want to format the same things that we don't want to commit
# (e.g. dependencies, builds, generated code etc.)
PhpUnitTests.xml
docker/e2e-results.xml
src/assets/*
src/dist/*
src/vendor/*
src/cache/*
test/php/\.phpunit\.result\.cache
node_modules
.DS_Store
docker-scan-results.txt
test-results/
playwright-report/
*storageState.json
# From next-app/.gitignore
next-app/**/build
next-app/**/.svelte-kit
next-app/**/package
next-app/**/.env
next-app/**/.env.*
!next-app/**/.env.example
## Extras
# Libraries and generated code
src/Site/views/languageforge/theme/default/page/home/assets/
*.generated-data.*
# An invalid, probably unused json file
src/json/languageforge/lexicon/partOfSpeech_full.json