From 3217cbf5d80d7d1669ea1f0b515f922574fa1de2 Mon Sep 17 00:00:00 2001 From: Stefan Schueller Date: Sat, 3 Mar 2018 01:16:24 +0100 Subject: [PATCH] Init --- .gitignore | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0a41a81..58fc6ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,23 @@ -*.iml -.gradle -/local.properties -/.idea +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties + +# Windows thumbnail db +Thumbs.db + +# OSX files .DS_Store -/build -/captures -.externalNativeBuild -/app/ + +# Android Studio +*.iml +.idea +.gradle +build/ +.navigation +captures/ + +#NDK +.externalNativeBuild \ No newline at end of file