File tree Expand file tree Collapse file tree 5 files changed +1305
-0
lines changed Expand file tree Collapse file tree 5 files changed +1305
-0
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* ]
4
+ block_comment_start = /*
5
+ block_comment_end = */
6
+ charset = utf-8
7
+ indent_style = space
8
+ indent_size = 2
9
+ end_of_line = lf
10
+ insert_final_newline = true
11
+ trim_trailing_whitespace = true
12
+
13
+ [README.md ]
14
+ indent_style = space
15
+ indent_size = 4
Original file line number Diff line number Diff line change
1
+ # Logs
2
+ logs
3
+ * .log
4
+ npm-debug.log *
5
+ yarn-debug.log *
6
+ yarn-error.log *
7
+
8
+ # Editor directories and files
9
+ .idea
10
+ .vscode
11
+ * .suo
12
+ * .ntvs *
13
+ * .njsproj
14
+ * .sln
15
+
16
+ # Runtime data
17
+ pids
18
+ * .pid
19
+ * .seed
20
+ * .pid.lock
21
+
22
+ # Directory for instrumented libs generated by jscoverage/JSCover
23
+ lib-cov
24
+
25
+ # Coverage directory used by tools like istanbul
26
+ coverage
27
+
28
+ # nyc test coverage
29
+ .nyc_output
30
+
31
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
32
+ .grunt
33
+
34
+ # Bower dependency directory (https://bower.io/)
35
+ bower_components
36
+
37
+ # node-waf configuration
38
+ .lock-wscript
39
+
40
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
41
+ build /Release
42
+
43
+ # Dependency directories
44
+ node_modules /
45
+ jspm_packages /
46
+
47
+ # Typescript v1 declaration files
48
+ typings /
49
+
50
+ # Optional npm cache directory
51
+ .npm
52
+
53
+ # Optional eslint cache
54
+ .eslintcache
55
+
56
+ # Optional REPL history
57
+ .node_repl_history
58
+
59
+ # Output of 'npm pack'
60
+ * .tgz
61
+
62
+ # Yarn Integrity file
63
+ .yarn-integrity
64
+
65
+ # dotenv environment variables file
66
+ .env
67
+
68
+ # custom
69
+
You can’t perform that action at this time.
0 commit comments