Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Added Electron and Electron Builder to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinyo committed Nov 7, 2017
1 parent a93b4bd commit f34ec8b
Show file tree
Hide file tree
Showing 4 changed files with 1,693 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ npm-debug.log*
coverage/
dist/
node_modules/
docs/
tmp/
temp/
hooks/
Expand All @@ -30,6 +31,14 @@ plugins/ios.json
www/
$RECYCLE.BIN/

# e2e
/e2e/*.js
/e2e/*.map

.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate

# Envrionment Variables
# **/environment.*
# !**/environment.model.ts
3 changes: 2 additions & 1 deletion ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "big-top",
"app_id": "",
"type": "ionic-angular"
"type": "ionic-angular",
"integrations": {}
}
Loading

0 comments on commit f34ec8b

Please sign in to comment.