Created
October 13, 2014 11:42
-
-
Save magnucki/b5c658c7657a04f02894 to your computer and use it in GitHub Desktop.
Android Studio .gitignore
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
| # Mac OS X | |
| *.DS_Store | |
| # Windows | |
| Thumbs.db | |
| # Built application files | |
| *.apk | |
| *.ap_ | |
| # Files for the Dalvik VM | |
| *.dex | |
| # Java class files | |
| *.class | |
| # Generated files | |
| bin/ | |
| gen/ | |
| # Gradle files | |
| .gradle/ | |
| build/ | |
| /*/build/ | |
| # Local configuration file (sdk path, etc) | |
| local.properties | |
| # Proguard folder generated by Eclipse | |
| proguard/ | |
| # IntelliJ | |
| .idea/ | |
| *.iml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment