From df1855905f74a42335f7dba4c56fdcc5235a5ddd Mon Sep 17 00:00:00 2001 From: Rafael Cardoso Date: Thu, 27 Jun 2019 12:50:20 +1000 Subject: [PATCH] Updated gitignore --- .gitignore | 9 +++------ example/.gitignore | 4 ++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 83bc5bcc..082c0f3f 100644 --- a/.gitignore +++ b/.gitignore @@ -58,9 +58,6 @@ buck-out/ *.jsbundle # Android settings -android/.project -android/.settings -android/app/.classpath -android/app/.project -android/app/.settings -android/app/bin/ +.project +.settings +.classpath diff --git a/example/.gitignore b/example/.gitignore index 5d647565..36816271 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -54,3 +54,7 @@ buck-out/ # Bundle artifact *.jsbundle + +.project +.settings +android/app/bin