Skip to content

Instantly share code, notes, and snippets.

@connerbrooks
Created April 7, 2014 04:25
Show Gist options
  • Save connerbrooks/10014813 to your computer and use it in GitHub Desktop.
Save connerbrooks/10014813 to your computer and use it in GitHub Desktop.
What I just did to the repository

Want to help you guys learn

I'm sorry I was the way I was

  • First I found a .gitignore specifically for android studio to use.
  • Then using
git rm {-r} <files to be removed>

I removed all the files from the project that did not belong in the repo (those that we added to the .gitignore).

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