File tree Expand file tree Collapse file tree 4 files changed +1055
-1035
lines changed Expand file tree Collapse file tree 4 files changed +1055
-1035
lines changed Original file line number Diff line number Diff line change 2
2
logs
3
3
* .log
4
4
npm-debug.log *
5
+ yarn-debug.log *
6
+ yarn-error.log *
5
7
6
8
# Runtime data
7
9
pids
8
10
* .pid
9
11
* .seed
12
+ * .pid.lock
10
13
11
14
# Directory for instrumented libs generated by jscoverage/JSCover
12
15
lib-cov
@@ -20,21 +23,40 @@ coverage
20
23
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
21
24
.grunt
22
25
26
+ # Bower dependency directory (https://bower.io/)
27
+ bower_components
28
+
23
29
# node-waf configuration
24
30
.lock-wscript
25
31
26
32
# Compiled binary addons (http://nodejs.org/api/addons.html)
27
33
build /Release
28
34
29
35
# Dependency directories
30
- node_modules
31
- jspm_packages
36
+ node_modules /
37
+ jspm_packages /
38
+
39
+ # Typescript v1 declaration files
40
+ typings /
32
41
33
42
# Optional npm cache directory
34
43
.npm
35
44
45
+ # Optional eslint cache
46
+ .eslintcache
47
+
36
48
# Optional REPL history
37
49
.node_repl_history
38
50
51
+ # Output of 'npm pack'
52
+ * .tgz
53
+
54
+ # Yarn Integrity file
55
+ .yarn-integrity
56
+
57
+ # dotenv environment variables file
39
58
.env
59
+
60
+ .DS_Store
61
+
40
62
.vscode
You can’t perform that action at this time.
0 commit comments