DEV Community

Discussion on: Venv for Vue?

 
yobretyo profile image
Bret

I’m not using GitHub, I just created a new react project and it was greyed out

Thread Thread
 
briancaffey profile image
Brian Caffey

OK, if you used create-vue-app or a similar tool for starting a Vue project I think it will add .gitignore automatically. What is your concern with the node_modules files? In general there should be no reason to go into that folder. If you want to see what is installed there you can look into package.json.