File tree Expand file tree Collapse file tree 3 files changed +63
-0
lines changed Expand file tree Collapse file tree 3 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "repoId" : " 8378a552-414f-49c8-a5fb-ef65e82b7ce9" ,
3+ "lastSync" : 0
4+ }
Original file line number Diff line number Diff line change 1+ # Editor configuration, see https://editorconfig.org
2+ root = true
3+
4+ [* ]
5+ charset = utf-8
6+ indent_style = space
7+ indent_size = 2
8+ insert_final_newline = true
9+ trim_trailing_whitespace = true
10+
11+ [* .md ]
12+ max_line_length = off
13+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 1+ # See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+ # compiled output
4+ /dist
5+ /tmp
6+ /out-tsc
7+ # Only exists if Bazel was run
8+ /bazel-out
9+
10+ # dependencies
11+ /node_modules
12+
13+ # profiling files
14+ chrome-profiler-events * .json
15+ speed-measure-plugin * .json
16+
17+ # IDEs and editors
18+ /.idea
19+ .project
20+ .classpath
21+ .c9 /
22+ * .launch
23+ .settings /
24+ * .sublime-workspace
25+
26+ # IDE - VSCode
27+ .vscode /*
28+ ! .vscode /settings.json
29+ ! .vscode /tasks.json
30+ ! .vscode /launch.json
31+ ! .vscode /extensions.json
32+ .history /*
33+
34+ # misc
35+ /.sass-cache
36+ /connect.lock
37+ /coverage
38+ /libpeerconnection.log
39+ npm-debug.log
40+ yarn-error.log
41+ testem.log
42+ /typings
43+
44+ # System Files
45+ .DS_Store
46+ Thumbs.db
You can’t perform that action at this time.
0 commit comments