From a227c509227f4f2d25ccda2fb80a80a9aa3e7fad Mon Sep 17 00:00:00 2001 From: Miguel Ruivo Date: Thu, 6 Dec 2018 15:58:44 +0000 Subject: [PATCH] cleanup --- .gitignore | 17 ++++----- android/.gitignore | 2 ++ example/.gitignore | 11 +++--- example/.idea/libraries/Dart_SDK.xml | 19 ---------- .../.idea/libraries/Flutter_for_Android.xml | 9 ----- example/.idea/modules.xml | 9 ----- example/.idea/runConfigurations/main_dart.xml | 6 ---- example/.idea/workspace.xml | 36 ------------------- 8 files changed, 18 insertions(+), 91 deletions(-) delete mode 100644 example/.idea/libraries/Dart_SDK.xml delete mode 100644 example/.idea/libraries/Flutter_for_Android.xml delete mode 100644 example/.idea/modules.xml delete mode 100644 example/.idea/runConfigurations/main_dart.xml delete mode 100644 example/.idea/workspace.xml diff --git a/.gitignore b/.gitignore index 34b91a2..b4779f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ .DS_Store -.dart_tool/ - +.atom/ +.idea .packages -.vscode -.idea +.dart_tool/ .pub/ -pubspec.lock -.vscode -.idea - build/ +ios/.generated/ +packages +pubspec.lock +.iml +Podfile.lock +file_picker.iml \ No newline at end of file diff --git a/android/.gitignore b/android/.gitignore index f53c069..adcdcf5 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -1,4 +1,5 @@ *.iml +*.class .gradle /local.properties /.idea/workspace.xml @@ -6,4 +7,5 @@ .DS_Store /build /captures +GeneratedPluginRegistrant.java /tmplibs diff --git a/example/.gitignore b/example/.gitignore index dee655c..27bda67 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -1,9 +1,12 @@ .DS_Store -.dart_tool/ - +.atom/ +.idea +.vscode/ .packages .pub/ - build/ - +ios/.generated/ +packages +pubspec.lock .flutter-plugins +Podfile.lock \ No newline at end of file diff --git a/example/.idea/libraries/Dart_SDK.xml b/example/.idea/libraries/Dart_SDK.xml deleted file mode 100644 index 45c6350..0000000 --- a/example/.idea/libraries/Dart_SDK.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/example/.idea/libraries/Flutter_for_Android.xml b/example/.idea/libraries/Flutter_for_Android.xml deleted file mode 100644 index 9a7a3c1..0000000 --- a/example/.idea/libraries/Flutter_for_Android.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/example/.idea/modules.xml b/example/.idea/modules.xml deleted file mode 100644 index 808205a..0000000 --- a/example/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/example/.idea/runConfigurations/main_dart.xml b/example/.idea/runConfigurations/main_dart.xml deleted file mode 100644 index aab7b5c..0000000 --- a/example/.idea/runConfigurations/main_dart.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/example/.idea/workspace.xml b/example/.idea/workspace.xml deleted file mode 100644 index 5b3388c..0000000 --- a/example/.idea/workspace.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -