Skip to content

Instantly share code, notes, and snippets.

@JHSeo-git
Created December 14, 2020 04:21
Show Gist options
  • Save JHSeo-git/dcefc6442e118aff3bbb20421c5bbf25 to your computer and use it in GitHub Desktop.
Save JHSeo-git/dcefc6442e118aff3bbb20421c5bbf25 to your computer and use it in GitHub Desktop.
Git ignore file already existed
// https://stackoverflow.com/questions/25436312/gitignore-not-working/25436481
git rm -rf --cached .
git add .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment