Skip to content

Instantly share code, notes, and snippets.

@caidurbin
Created June 3, 2013 21:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save caidurbin/5701648 to your computer and use it in GitHub Desktop.
Save caidurbin/5701648 to your computer and use it in GitHub Desktop.
.gitignore for Android Studio which allows the project to be re-created on another machine.
# Ignored by AndroidStudio
*.iws
# Folders related to builds
.gradle/
*/build/
# Local settings (regenerated by Android Studio)
.idea/workspace.xml
local.properties
@dominicthomas
Copy link

.idea/workspace.xml does not exclude that file in my project.. any ideas? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment