A ToDo app :orange_book: made using MERN. Keep a track of your activities on a single click. :thought_balloon: :computer:
21
stars
39
forks
source link
fixed #73 removed tracking of node_modules in backend folder #76
Open
saikiranrudra opened 3 years ago
What is the change?
Since
backend/node_modules
was committed previously that's why even though it was ignored in.gitignore
it was getting trackedThe following thing I have made to fix it
node_modules
committed the changesWhat does it fix/add?
node_modules
inbackend
will not be tracked from now but not removed from history need to be deleted and commit to not be shown in future clonesHow was it tested?
backend/node_modules
and did npm installbackend/node_modules
is tracked or not. it seen thatbackend/node_modules
is not getting trackedSubmissions guide:
Screenshots (if appropriate):