Hi all. We're working through our Git strategy to manage code for seven + n servers (n = our personal development environments).
One train of thought has been to capture absolutely everything in the InfoShare folder.
Another has been to capture only the files we've touched. But determining what we've touched vs. what was out of the box vs. what was generated by the system could be a little tricky.
What are the pros and cons of the approaches? If you've chosen to capture only the files we've touched, how have you determined what's what? Manual lists? Automation? How are you distinguishing between human-altered files and machine-altered or machine-generated stuff?
Thanks!