joshua-montanari / Project-B

A site to track and display tournament stats and data built using React.js, Node.js, MongoDB and Express
https://trello.com/b/xA56zACi/bnw
2 stars 0 forks source link

.gitignore #1

Open trunderman opened 4 years ago

trunderman commented 4 years ago

Looking good champ, would go ahead and make a .gitignore file, and put node_modules in it, and anything related to how your auth works. Putting the node_modules there is just best practice and makes the commits less beefy, and auth related stuff being in there is best practice. But overall looking good

trunderman commented 4 years ago

Can also delete serviceWorker file, and all test related files

trunderman commented 4 years ago

Edit: .gitignore for the backend, I see it in the client side of things