-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.prettierignore
71 lines (58 loc) · 1.07 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
60
61
62
63
64
65
66
67
68
69
70
71
# Ignore lockfiles
composer.lock
package-lock.json
yarn.lock
# Ignore .yarn directory
.yarn/*
.yarnrc.yml
# node packages
.yarn
node_modules
# Build files
storybook-static
# don't format docs
*.md
docs/*
# Don't reformat github markdown
.github
# js files to not mess with
deploy/www/js/api.js
nw.js
# Ignore artifacts
build
coverage
/cc/
cc
deploy/components/
deploy/www/components/
vendor
deploy/vendor
deploy/resources
CONFIG
unclean
archive
tests/.cache
.cache
# Behavioral files
.github/workflows/php.yml
# Ignore third parties that are embedded
deploy/www/css/font-awesome.css
deploy/www/css/font-awesome.min.css
deploy/www/js/imgur.min.js
deploy/www/css/imgur.min.css
deploy/www/js/bootstrap.min.js
deploy/www/css/bootstrap.min.css
deploy/www/js/jquery.min.js
deploy/www/js/jquery.linkify.js
deploy/www/js/jquery.timeago.js
# Ignore some config files
.codeclimate.yml
.travis.yml
Pipfile.lock
# Js config files
.eslintrc.json
# Whatever you might want to call this
node_modules
.venv
#possibly, I might want to ignore whole classes of files like *.html
deploy/tests/karma.conf.js