Skip to content

Instantly share code, notes, and snippets.

@vtanathip
Last active May 26, 2021 09:12
Show Gist options
  • Save vtanathip/9414323 to your computer and use it in GitHub Desktop.
Save vtanathip/9414323 to your computer and use it in GitHub Desktop.
Git Ignore files list that should use in Android Studio Projects
# 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
# Eclipse project files
.classpath
.project
# Android Studio
.idea/
.gradle
/*/local.properties
/*/out
/*/*/build
/*/*/production
*.iml
*.iws
*.ipr
*~
*.swp
@archaoncz
Copy link

thanks!

@Pa1em0n
Copy link

Pa1em0n commented Jul 27, 2017

thanks!

@mkamals
Copy link

mkamals commented Jun 28, 2018

@sayom88 Remove the below lines if you want to push the apk file also.

built application files

*.apk
*.ap_

@gslahane-zz
Copy link

👍

@tedhagos
Copy link

thanks

@joshi-ameya
Copy link

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment