From 2ea17c1c4f7465ea683cc47955f0128484f1ddbe Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 22 Apr 2018 20:34:20 +0300 Subject: [PATCH] gitignore update --- AgudaApp/.gitignore | 2 -- AgudaApp/plugins/android.json | 33 +++++++++++++++++++++++++++++++++ AgudaApp/plugins/ios.json | 18 ++++++++++++++++++ 3 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 AgudaApp/plugins/android.json create mode 100644 AgudaApp/plugins/ios.json diff --git a/AgudaApp/.gitignore b/AgudaApp/.gitignore index b3e984041..8052d5da0 100644 --- a/AgudaApp/.gitignore +++ b/AgudaApp/.gitignore @@ -23,8 +23,6 @@ tmp/ temp/ hooks/ -plugins/android.json -plugins/ios.json $RECYCLE.BIN/ .DS_Store diff --git a/AgudaApp/plugins/android.json b/AgudaApp/plugins/android.json new file mode 100644 index 000000000..6e08b7dab --- /dev/null +++ b/AgudaApp/plugins/android.json @@ -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": {} +} \ No newline at end of file diff --git a/AgudaApp/plugins/ios.json b/AgudaApp/plugins/ios.json new file mode 100644 index 000000000..260deff30 --- /dev/null +++ b/AgudaApp/plugins/ios.json @@ -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": {} +} \ No newline at end of file