From 3fa98419a63eb50ba4928adb4f092c7adc416656 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 8 Jan 2020 17:59:49 -0800 Subject: [PATCH] Add more .gitignore --- android/.gitignore | 2 +- android/buildSrc/.gitignore | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 android/buildSrc/.gitignore diff --git a/android/.gitignore b/android/.gitignore index 95ab222d6a..67c0d7a6bf 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -6,4 +6,4 @@ /.idea/caches /.idea/gradle.xml .DS_Store -build/ +/build/ diff --git a/android/buildSrc/.gitignore b/android/buildSrc/.gitignore new file mode 100644 index 0000000000..67c0d7a6bf --- /dev/null +++ b/android/buildSrc/.gitignore @@ -0,0 +1,9 @@ +*.iml +.gradle +/local.properties +/.idea/workspace.xml +/.idea/libraries +/.idea/caches +/.idea/gradle.xml +.DS_Store +/build/