File tree Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Original file line number Diff line number Diff line change 1
- # Logs
2
- logs
3
- * .log
1
+ # lock file
2
+ ! yarn.lock
4
3
5
- # Runtime data
6
- pids
7
- * .pid
8
- * .seed
9
-
10
- # Directory for instrumented libs generated by jscoverage/JSCover
11
- lib-cov
12
-
13
- # Coverage directory used by tools like istanbul
14
- coverage
15
-
16
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17
- .grunt
18
-
19
- # Compiled binary addons (http://nodejs.org/api/addons.html)
20
- build /Release
4
+ # Generated files
5
+ /lib
21
6
22
7
# Dependency directory
23
- # Deployed apps should consider commenting this line out:
24
- # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
25
8
node_modules
9
+ jspm_packages
10
+
11
+ # Coverage directory used by nyc
12
+ /coverage
13
+ /.nyc_output
26
14
27
- # groc
28
- doc
15
+ # Documentation
16
+ / gh-pages
You can’t perform that action at this time.
0 commit comments