Team-Forest-Code / ForestCode

https://forest-code.vercel.app
0 stars 1 forks source link

Add `node_modules/` to `.gitignore` #5

Closed nayeonshin closed 1 year ago

nayeonshin commented 1 year ago

Typically, we don't track node_modules/ in Git because it's huge and we can simply run $ npm i to get it.