Created
March 5, 2016 13:04
-
-
Save amulya349/9b38e9813bc7894cca25 to your computer and use it in GitHub Desktop.
new gitignore 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 | |
| # built native files (uncomment if you build your own) | |
| # *.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 | |
| # Windows clutter | |
| Thumbs.db | |
| # 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