I have added a folder in my .gitignore file. But when I pushed to the repo it was still being pushed. my folder structure is:
UI/node_modules
In the .gitignore I have added the following:
/UI/node_modules
/UI/bin
Is there anything I am doing wrong? gitignore file sits at the same level as the UI folder