From cef9f71c1b6acc40109da20d6c13b7c39248846b Mon Sep 17 00:00:00 2001 From: Moe Date: Fri, 7 Aug 2020 12:36:31 +0700 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++++++ android/.gitignore | 8 +------- 2 files changed, 7 insertions(+), 7 deletions(-) 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