forked from debiki/talkyard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnclean
54 lines (46 loc) · 832 Bytes
/
.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
# Selenium drivers
# What? This has somehow disappeared, 2020-12-13. Running via Docker now anyway.
# ------
#!node_modules/selenium-standalone/.selenium/
# Will keep e.g.:
# node_modules/selenium-standalone/.selenium/chromedriver/2.25-x64-chromedriver
# ------
# test directories
__tests__
test
tests
powered-test
# asset directories
# Let's keep docs — nice to have, if offline? [yarnclean_keep_docs]
#docs
#doc
website
images
assets
# examples
example
examples
# code coverage directories
coverage
.nyc_output
# build scripts
Makefile
Gulpfile.js
Gruntfile.js
# configs
.tern-project
.gitattributes
.editorconfig
.*ignore
!./node_modules/.gitignore
.eslintrc
.jshintrc
.flowconfig
.documentup.json
.yarn-metadata.json
.*.yml
*.yml
# misc
*.gz
# Let's keep docs — nice to have, if offline? [yarnclean_keep_docs]
#*.md