Skip to content

Instantly share code, notes, and snippets.

@ace3
Created April 7, 2021 12:01
Show Gist options
  • Save ace3/4e8d6d31022bbb549af37515a08b7105 to your computer and use it in GitHub Desktop.
Save ace3/4e8d6d31022bbb549af37515a08b7105 to your computer and use it in GitHub Desktop.
  1. make .gitignore file.
  2. add node_modules/ line to .gitignore file
  3. run git rm -r --cached . && git add . && git commit -m "remove gitignore files" && git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment