Skip to content

Commit

Permalink
gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
liorva committed Apr 22, 2018
1 parent 316370a commit 2ea17c1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AgudaApp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ tmp/
temp/
hooks/

plugins/android.json
plugins/ios.json
$RECYCLE.BIN/

.DS_Store
Expand Down
33 changes: 33 additions & 0 deletions AgudaApp/plugins/android.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {}
},
"installed_plugins": {
"cordova-plugin-device": {
"PACKAGE_NAME": "jce.aguda.teamcal"
},
"cordova-plugin-fcm": {
"PACKAGE_NAME": "jce.aguda.teamcal"
},
"cordova-plugin-ionic-keyboard": {
"PACKAGE_NAME": "jce.aguda.teamcal"
},
"cordova-plugin-ionic-webview": {
"PACKAGE_NAME": "jce.aguda.teamcal"
},
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "jce.aguda.teamcal"
},
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "jce.aguda.teamcal"
},
"cordova-plugin-firebase": {
"PACKAGE_NAME": "jce.aguda.teamcal"
}
},
"dependent_plugins": {}
}
18 changes: 18 additions & 0 deletions AgudaApp/plugins/ios.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {}
},
"installed_plugins": {
"cordova-plugin-fcm": {
"PACKAGE_NAME": "io.ionic.starter"
},
"cordova-plugin-firebase": {
"PACKAGE_NAME": "jce.aguda.teamcal"
}
},
"dependent_plugins": {}
}

0 comments on commit 2ea17c1

Please sign in to comment.