From 03242c8aa5b85cff58543c9205549bfd5a530e99 Mon Sep 17 00:00:00 2001 From: simonpunk Date: Fri, 15 Feb 2019 04:39:23 +0800 Subject: [PATCH] updated .gitignore --- .gitignore | 46 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index a14101e..be19332 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,36 @@ -.gradle -/local.properties -/.idea/workspace.xml -/.idea/libraries +#built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties + +# Windows thumbnail db +Thumbs.db + +# OSX files .DS_Store -/build + +# Android Studio *.iml -/.idea/.name -/.idea/gradle.xml -/.idea/misc.xml -/.idea/modules.xml -/term/term-release.apk -/term/Term-nh.apk -release +.idea +#.idea/workspace.xml - remove # and delete .idea if it better suit your needs. +.gradle +build/ +.navigation +captures/ +output.json + +#NDK +obj/ +.externalNativeBuild