Last active
August 29, 2015 14:21
-
-
Save carlol/c0acfcff1f3c6eb6a03c to your computer and use it in GitHub Desktop.
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 | |
| # built native files | |
| *.o | |
| *.so | |
| # generated files | |
| bin/ | |
| gen/ | |
| # Ignore gradle files | |
| .gradle/ | |
| build/ | |
| # Local configuration file (sdk path, etc) | |
| local.properties | |
| # Proguard folder generated by Eclipse | |
| proguard/ | |
| # Eclipse Metadata | |
| .metadata/ | |
| # Mac OS X clutter | |
| *.DS_Store | |
| # Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067) | |
| .idea/workspace.xml | |
| .idea/tasks.xml | |
| .idea/datasources.xml | |
| .idea/dataSources.ids |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment