JC-Coder / startease

StartEase is a command-line interface (CLI) tool designed to make project setup a breeze. Whether you're working with your favorite technologies or exploring new ones, StartEase is your companion for quickly and effortlessly scaffolding projects.
https://startease.vercel.app
MIT License
61 stars 25 forks source link

Drimes #6

Closed drimescodes closed 1 year ago

drimescodes commented 1 year ago

I added the node modules to the git ignore folder, It was already there beforehand, but I had to run this command git rm -r --cached node_modules to remove node modules from previous commits and for it to get hidden truly in the gitignore

codewitgabi commented 1 year ago

I think you should also add the .idea and the DS_Store just to prevent repushing or other commits regarding .gitignore files later

drimescodes commented 1 year ago

I think you should also add the .idea and the DS_Store just to prevent repushing or other commits regarding .gitignore Done that, lemme close this pull request and open a new one