File tree 2 files changed +53
-1
lines changed
2 files changed +53
-1
lines changed Original file line number Diff line number Diff line change 1
- node_modules
1
+ # Logs
2
+ logs
3
+ * .log
4
+ npm-debug.log *
5
+ yarn-debug.log *
6
+ yarn-error.log *
7
+
8
+ # Runtime data
9
+ pids
10
+ * .pid
11
+ * .seed
12
+ * .pid.lock
13
+
14
+ # Directory for instrumented libs generated by jscoverage/JSCover
15
+ lib-cov
16
+
17
+ # Coverage directory used by tools like istanbul
18
+ coverage
19
+
20
+ # nyc test coverage
21
+ .nyc_output
22
+
23
+ # Dependency directories
24
+ node_modules /
25
+
26
+ # Optional npm cache directory
27
+ .npm
28
+
29
+ # Optional eslint cache
30
+ .eslintcache
31
+
32
+ # Optional REPL history
33
+ .node_repl_history
34
+
35
+ # Output of 'npm pack'
36
+ * .tgz
37
+
38
+ # Yarn Integrity file
39
+ .yarn-integrity
40
+
41
+ # dotenv environment variables file
42
+ .env
43
+
44
+ # package-lock
45
+ package-lock.json
46
+
47
+ # DS_Store file
2
48
.DS_Store
Original file line number Diff line number Diff line change
1
+ build
2
+ test
3
+ .eslintrc.yml
4
+ .releaserc
5
+ .travis.yml
6
+ commitlint.config.js
You can’t perform that action at this time.
0 commit comments