Last active
September 27, 2017 06:14
-
-
Save samuel22gj/f756e6665e6870ff94b4 to your computer and use it in GitHub Desktop.
for Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # built application files | |
| *.apk | |
| *.ap_ | |
| # files for the dex VM | |
| *.dex | |
| # Java class files | |
| *.class | |
| # Generated files | |
| bin/ | |
| gen/ | |
| out/ | |
| # Gradle files | |
| .gradle/ | |
| build/ | |
| # Local configuration file (sdk path, etc) | |
| local.properties | |
| # Proguard folder generated by Eclipse | |
| proguard/ | |
| # Android Studio Navigation editor temp files | |
| .navigation/ | |
| # Android Studio captures folder | |
| captures/ | |
| # Intellij | |
| *.iml | |
| .idea/ | |
| # Eclipse project files | |
| .classpath | |
| .project | |
| # Keystore files | |
| *.jks | |
| # External native build folder generated in Android Studio 2.2 and later | |
| .externalNativeBuild | |
| # Google Services (e.g. APIs or Firebase) | |
| google-services.json | |
| # Log Files | |
| *.log | |
| # Mac OS X | |
| .DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment