Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Quiz: Not working yet #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Quiz: Not working yet #1

wants to merge 7 commits into from

Conversation

davidyunker
Copy link
Collaborator

And I know the bower components/node modules is a screw up. They were on my gitignore... until they weren't.

@JoeShep
Copy link
Contributor

JoeShep commented Sep 12, 2016

@davidyunker Try this to fix your committed node_modules and bower_components problem:
- git rm -r --cached lib/node_modules
- git rm -r --cached lib/bower_components
- git commit -m 'Remove the now ignored directory node_modules'
- git push origin master

Then from now on resist the urge to use git add .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants