-
Notifications
You must be signed in to change notification settings - Fork 787
/
.prettierignore
59 lines (49 loc) · 1.55 KB
/
.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
55
56
57
58
59
# npm packages in the root of the project and subdirectories
node_modules/
# submodule packages
/build/
/cli/
/compiler/
/dev-server/
/internal/
/mock-doc/
/sys/
/testing/
# shims that are attributed to external authors, and are minified out of the box
/src/client/polyfills/core-js.js
/src/client/polyfills/dom.js
/src/client/polyfills/es5-html-element.js
/src/client/polyfills/index.js
/src/client/polyfills/system.js
# project notes shared with the community
/notes/
# output of building various scripts that support the project
/scripts/build/
# these files are intentionally incomplete JavaScript files (they are parts of an Immediately Invoked Funciton
# Expression (IIFE)). They act as a 'header' and 'footer' that get prepended and appended to the Stencil compiler.
# Ignore them so Prettier doesn't fail and the 'prettier-ignore' pragma doesn't get put in the compiler output.
/scripts/bundles/helpers/compiler-cjs-intro.js
/scripts/bundles/helpers/compiler-cjs-outro.js
# code coverage output
coverage/
# output from compiling Stencil projects for testing purposes
test/**/dist/
test/**/dist-react/
test/**/hydrate/
test/**/test-output/
test/**/www/
test/**/components.d.ts
test/end-to-end/screenshot/
test/end-to-end/docs.d.ts
test/end-to-end/docs.json
test/docs-json/docs.d.ts
test/docs-json/docs.json
# minified angular that exists in the test directory
# generated screenshot files
/screenshot/index.js
/screenshot/package.json
/screenshot/pixel-match.js
/screenshot/*.d.ts
# third party scripts
src/mock-doc/third-party/jquery.ts
test/wdio/slot-ng-if/assets/