Created
April 14, 2016 16:14
-
-
Save pollux-/a6b1330b431d34db80fe91987a3d9d04 to your computer and use it in GitHub Desktop.
Git ignore for android studio project
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
# IDEA/Android Studio ignores | |
*.iml | |
*.ipr | |
*.iws | |
**/.idea/workspace.xml | |
**/.idea/tasks.xml | |
**/.idea/datasources.xml | |
**/.idea/dataSources.ids | |
**/.idea/gradle.xml | |
**/.idea/misc.xml | |
**/.idea/modules.xml | |
**/.idea/libraries | |
**/.idea/dictionaries |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment