forked from Ks89/angular-modal-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.prettierignore
63 lines (53 loc) · 779 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
55
56
57
58
59
60
61
62
63
/.git/
/.idea/
/.circleci/
/appveyor.yml
/travisci/
/.travis.yml
/.github/
/.scannerwork/
/@ks89/
/coverage/
/docs/
**/dist/
**/node_modules/
reports/
examples/angular-cli/dist/
examples/angular-cli-6/dist/
examples/angular-cli-material/dist/
examples/universal/dist/
examples/universal/server.ts
examples/universal/out-tsc/
examples/systemjs/app/*.js
examples/systemjs/app/*.js.map
**/*.spec.ts
**/e2e/
**/tslint.json
**/webpack.*.js
**/package.json
**/package-lock.json
**/yarn.lock
**/.angular-cli.json
**/.editorconfig
**/.bootstraprc
**/*.properties
**/*.map
**/*.ejs
**/*.html
**/*.md
**/*.yml
**/*.scss
**/*.css
**/*.jpg
**/*.jpeg
**/*.png
**/*.ico
**/*.svg
**/*.tgz
**/.gitignore
/**/.gitkeep
**/.prettierignore
**/.snyk
**/.npmignore
**/.DS_Store
**/Thumbs.db