10-02-2016, 07:05 AM
I had never tried it, but there are apparently several ways:
https://help.github.com/articles/ignoring-files/
Probably creating a global .gitignore (probably everybody wants to not checkin init.php, for instance) makes the best sense, but there are lots of options there.
Of course the simplest option is simply not to check it in, but being able to "checkin all" is a timesaver...
https://help.github.com/articles/ignoring-files/
Probably creating a global .gitignore (probably everybody wants to not checkin init.php, for instance) makes the best sense, but there are lots of options there.
Of course the simplest option is simply not to check it in, but being able to "checkin all" is a timesaver...