Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit 211ea0a

Browse files
chore: exlude js and map files
1 parent ab39735 commit 211ea0a

File tree

16 files changed

+7973
-178
lines changed

16 files changed

+7973
-178
lines changed

template-hello-world-ng/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ node_modules
77
**/**/*.js
88
*.js
99
**/**/*.map
10-
report.html
10+
report.html
11+
instruments*

template-hello-world-ng/.vscode/launch.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"999999",
1818
"--colors",
1919
"--runType",
20-
"sim.iPhone7.iOS110",
21-
"${workspaceRoot}/e2e"
20+
"sim.iPhoneX",
21+
"${workspaceRoot}/e2e",
22+
"--reuseDevice"
2223
],
2324
"internalConsoleOptions": "openOnSessionStart"
2425
},
@@ -32,7 +33,7 @@
3233
"tdd",
3334
"--timeout",
3435
"999999",
35-
"--colors"
36+
"--colors",
3637
"--runType",
3738
"android24",
3839
"${workspaceRoot}/e2e"

template-hello-world-ng/app/app.component.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

template-hello-world-ng/app/app.module.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

template-hello-world-ng/app/app.routing.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

template-hello-world-ng/app/item/item-detail.component.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

template-hello-world-ng/app/item/item.service.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)