You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project-specific files are at the top, and I think you need to run a git rm on each file you're removing if they're already in the repo (like some of the .DS_store files and node_modules), but it cleans up things nicely and prevents weird merge conflicts.
The text was updated successfully, but these errors were encountered:
Hey Dan!
Just a recommendation to beef up your gitignore file: https://github.com/timwright12/project-starter/blob/master/.gitignore
Project-specific files are at the top, and I think you need to run a git rm on each file you're removing if they're already in the repo (like some of the .DS_store files and node_modules), but it cleans up things nicely and prevents weird merge conflicts.
The text was updated successfully, but these errors were encountered: