I'm pretty new to git and have come across this strange error when adding files to this particular project. Whenever I do a git add .
A string of errors about my includes
and lib
folders, several thousand lines long. It does not prevent the add but it's adding a lot of time to my dev cycle.
How can I bypass these errors?