-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.prettierignore
54 lines (51 loc) · 872 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
46
47
48
49
50
51
52
53
54
node_modules/
.yarn
dist
build
lib
esm
cjs
packages/slides/*/plugin
yarn.lock
.env*
*.sh
*.txt
*.eot
*.ttf
*.woff
*.png
*.jpg
*.jpeg
*.xml
*.ico
.firebaserc
hosting.YnVpbGQ.cache
LICENSE
*.log
dotenv-example
*.svg
firestore.rules
.gitignore
*.zip
.gitattributes
.npmignore
.prettierignore
.editorconfig
.vscodeignore
*.svelte
packages/utils/syncflow/docs/**/*.js
.wireit
*.tsbuildinfo
packages/strict-ts-lib/source/temp/copied
packages/strict-ts-lib/source/temp/copied-for-diff
packages/strict-ts-lib/source/temp/eslint-fixed
packages/strict-ts-lib/output/diff
packages/strict-ts-lib/output/final
packages/strict-ts-lib/output/packages
packages/strict-ts-lib/output-branded/diff
packages/strict-ts-lib/output-branded/final
packages/strict-ts-lib/output-branded/packages
packages/others/slack-archive-tools/archive
# Optional eslint cache
.eslintcache
.eslintcache-deps