SysTutorials › Forums › QA › How to uningore some files or dirs in git?
I set up rules to ignore all files under git by adding a .gitignore like
*
But how to uningore some files or dirs in git? For example unignore all files under
./bin/tool1/
under the git repository.
Related topics
Mar 24, 2018 at 7:54 pm