Skip to content

Commit 368f6a5

Browse files
committed
Working on converting to a code-sharing structure
1 parent 34f8971 commit 368f6a5

404 files changed

Lines changed: 19024 additions & 402 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 39 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,41 @@
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+
8+
# dependencies
9+
/node_modules
10+
11+
# IDEs and editors
12+
/.idea
13+
.project
14+
.classpath
15+
.c9/
16+
*.launch
17+
.settings/
18+
*.sublime-workspace
19+
20+
# IDE - VSCode
21+
.vscode/*
22+
!.vscode/settings.json
23+
!.vscode/tasks.json
24+
!.vscode/launch.json
25+
!.vscode/extensions.json
26+
27+
# misc
28+
/.sass-cache
29+
/connect.lock
30+
/coverage
31+
/libpeerconnection.log
132
npm-debug.log
2-
.DS_Store
33+
yarn-error.log
34+
testem.log
35+
/hooks
36+
/platforms
37+
/typings
338

4-
*.js.map
5-
app/**/*.js
6-
e2e/**/*.js
7-
e2e/reports/
8-
hooks/
9-
lib/
10-
node_modules/
11-
platforms/
12-
tmp/
13-
typings/
14-
report/
15-
test-results.xml
39+
# System Files
40+
.DS_Store
41+
Thumbs.db
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)