-
Notifications
You must be signed in to change notification settings - Fork 2
/
.yarnclean
72 lines (61 loc) · 1.29 KB
/
.yarnclean
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
72
######################### TEST DIRECTORIES #########################
__tests__
tests
spec
powered-test
### test ### <<< required ignoring to allow tslint to work
### !test/parse
######################### ASSET DIRECTORIES #########################
docs
doc
website
images
# assets
######################### EXAMPLES #########################
example
examples
######################### CODE COVERAGE DIRECTORIES #########################
coverage
.nyc_output
######################### BUILD SCRIPTS #########################
Makefile
Gulpfile.js
Gruntfile.js
brunch-config.js
brunch-config.coffee
mimosa-config.js
mimosa-config.coffee
Jakefile.js
webpack.config.js
#----- WEBPACK BUILD SCRIPT (VARIANTS) -----#
*.webpack.config.js
webpack.*.config.js
webpack.config.*.js
webpack.*.config.*.js
*.webpack.config.*.js
*.webpack.*.config.js
*.webpack.*.config.*.js
Gemfile
######################### CONFIGS #########################
.gitattributes
.editorconfig
.*ignore
.flowconfig
.documentup.json
.yarn-metadata.json
.*.yml
*.yml
#----- LINTER CONFIGS -----#
.eslintrc
.jshintrc
#------- IDE CONFIGS ------#
.tern-project
.vscode
.sublime-project
.sublime-workspace
.editorconfig
######################### CACHE #########################
.awcache
######################### MISC #########################
*.gz
*.md