From fa8b4f5aa026b1bf1c36d7da23a61ca3256f96f5 Mon Sep 17 00:00:00 2001 From: Jason Safaiyeh Date: Thu, 26 Dec 2019 21:31:30 -0800 Subject: [PATCH] Add Android dot files to .gitignore (#27589) Summary: Added dot files to `.gitignore` these got generated opening the project in Android Studio or running Gradle scripts. Screen Shot 2019-12-21 at 4 05 36 PM ## Changelog [Internal] [Added] - Added Android Studio dot files to gitignore Pull Request resolved: https://github.com/facebook/react-native/pull/27589 Differential Revision: D19235583 Pulled By: cpojer fbshipit-source-id: eb265d516e125aeb64807efe42832b80d7977b18 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 76c724ac1be..9a7e805614f 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,11 @@ buck-out /ReactAndroid/src/main/jni/prebuilt/lib/ /ReactAndroid/src/main/gen +# Android Studio +.project +.settings +.classpath + # Watchman .watchmanconfig