We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577cd55 commit 659af73Copy full SHA for 659af73
.yarnclean
@@ -0,0 +1,42 @@
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
+#.tern-project
29
+#.gitattributes
30
+#.editorconfig
31
+#.*ignore
32
+#.eslintrc
33
+#.jshintrc
34
+#.flowconfig
35
+#.documentup.json
36
+#.yarn-metadata.json
37
+#.*.yml
38
+#*.yml
39
40
+# misc
41
+#*.gz
42
+#*.md
0 commit comments