File tree Expand file tree Collapse file tree 7 files changed +38
-229
lines changed Expand file tree Collapse file tree 7 files changed +38
-229
lines changed Original file line number Diff line number Diff line change 1
- node_modules
1
+ docs
2
+ yarn.lock
3
+ ** /node_modules /
4
+ ** /* .log
5
+ test /repo-tests *
6
+ ** /bundle.js
7
+
8
+ # Logs
9
+ logs
10
+ * .log
11
+
12
+ coverage
2
13
* .lcov
14
+
15
+ # Runtime data
16
+ pids
17
+ * .pid
18
+ * .seed
19
+
20
+ # Directory for instrumented libs generated by jscoverage/JSCover
21
+ lib-cov
22
+
23
+ # Coverage directory used by tools like istanbul
24
+ coverage
3
25
.nyc_output
4
- * .log
5
- package-lock.json
6
- .npmrc
26
+
27
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
28
+ .grunt
29
+
30
+ # node-waf configuration
31
+ .lock-wscript
32
+
33
+ build
34
+
35
+ # Dependency directory
36
+ # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
37
+ node_modules
38
+
39
+ lib
40
+ dist
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments