Skip to content

Instantly share code, notes, and snippets.

@jvolden
Last active February 27, 2018 22:41
Show Gist options
  • Save jvolden/3acf32e6c008249117c45a9fb0060014 to your computer and use it in GitHub Desktop.
Save jvolden/3acf32e6c008249117c45a9fb0060014 to your computer and use it in GitHub Desktop.
Removing .gitignore files from repo

First:

git rm -r --cached . 
git add .

Then:

git commit -am "Remove ignored files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment