File tree Expand file tree Collapse file tree 1 file changed +10
-38
lines changed Expand file tree Collapse file tree 1 file changed +10
-38
lines changed Original file line number Diff line number Diff line change 1
- # Logs
2
- logs
3
- * .log
4
- npm-debug.log *
5
-
6
- # Runtime data
7
- pids
8
- * .pid
9
- * .seed
10
-
11
- # Directory for instrumented libs generated by jscoverage/JSCover
12
- lib-cov
13
-
14
- # Coverage directory used by tools like istanbul
15
- coverage
16
-
17
- # nyc test coverage
18
- .nyc_output
19
-
20
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
21
- .grunt
22
-
23
- # node-waf configuration
24
- .lock-wscript
25
-
26
- # Compiled binary addons (http://nodejs.org/api/addons.html)
27
- build /Release
28
-
29
- # Dependency directories
1
+ # This .gitignore only ignores files specific to this repository.
2
+ # If you see other files generated by your OS or tools you use, consider
3
+ # creating a global .gitignore file.
4
+ #
5
+ # https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
6
+ # https://www.gitignore.io/
7
+
8
+ /.eslintcache
9
+ /.cspellcache
30
10
/node_modules
31
-
32
- # Optional npm cache directory
33
- .npm
34
-
35
- # Optional REPL history
36
- .node_repl_history
11
+ /dist
37
12
38
13
# graphql files on the root dir
39
14
/* .graphql
40
15
41
- # es5 output dir
42
- /dist /
43
-
44
16
# editor output
45
17
src /editor /main.js
46
18
src /editor /main.js.map
You can’t perform that action at this time.
0 commit comments