We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c312c commit ec10f38Copy full SHA for ec10f38
.yarnclean
@@ -0,0 +1,45 @@
1
+# test directories
2
+__tests__
3
+test
4
+tests
5
+powered-test
6
+
7
+# asset directories
8
+docs
9
+doc
10
+website
11
+images
12
+assets
13
14
+# examples
15
+example
16
+examples
17
18
+# code coverage directories
19
+coverage
20
+.nyc_output
21
22
+# build scripts
23
+Makefile
24
+Gulpfile.js
25
+Gruntfile.js
26
27
+# configs
28
+appveyor.yml
29
+circle.yml
30
+codeship-services.yml
31
+codeship-steps.yml
32
+wercker.yml
33
+.tern-project
34
+.gitattributes
35
+.editorconfig
36
+.*ignore
37
+.eslintrc
38
+.jshintrc
39
+.flowconfig
40
+.documentup.json
41
+.yarn-metadata.json
42
+.travis.yml
43
44
+# misc
45
+*.md
0 commit comments