Closed drimescodes closed 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
I think you should also add the
.idea
and theDS_Store
just to prevent repushing or other commits regarding .gitignore Done that, lemme close this pull request and open a new one
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