diff --git a/.gitignore b/.gitignore index 1ba9c33..b769019 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,9 @@ app.*.map.json # Exceptions to above rules. !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages + +# IDE Configuration +.vscode/ + +# Key Properties +key.properties \ No newline at end of file diff --git a/android/.gitignore b/android/.gitignore index 9a0abe4..733bfea 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -4,10 +4,4 @@ gradle-wrapper.jar /gradlew /gradlew.bat /local.properties -GeneratedPluginRegistrant.java - -# IDE Configuration -.vscode/ - -# Key Properties -key.properties +GeneratedPluginRegistrant.java \ No newline at end of file