1
How to ignore a subfolder with gitignore? in my case only the sub-folder /vendor
My structure
/
/Systema/vendor
my git is on the project root my gitignore too
!systema/
systema/vendor/*
I tried this procedure but git ignores my Systema folder.
Possible duplicate of Configure . gitignore to not upload certain files
– Jefferson Quesado