How to ignore a subfolder with gitignore? in my case only the subfolder / vendor
My structure
/
/ systema / vendor
My git is in the design range my gitignore too
!systema/
systema/vendor/*
I tried to do this but git ignores my system folder.