From 127acc24b185aa719b7021c120b6a9aee7dd0cf2 Mon Sep 17 00:00:00 2001 From: AriefTB Date: Sun, 7 Oct 2018 12:01:35 +0700 Subject: [PATCH] Init .gitignore --- .gitignore | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..180c89a --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +#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 + +# Eclipse project files +.classpath +.project + +# Android Studio +*.iml +.idea +#.idea/workspace.xml - remove # and delete .idea if it better suit your needs. +.gradle +build/ +.navigation +captures/ +output.json #Since Android Studio 3.0 + +#NDK +obj/ +.externalNativeBuild + +#GITLAB FOR REPO GITS +#.gitlab-ci.yml + +*.iml +.gradle +local.properties +/local.properties +/.idea/workspace.xml +/.idea/libraries +.DS_Store +/build +/captures +.externalNativeBuild