Git ignore file for vb.net projects
- by John C
Placing a vb.net project under git control in windows (was previously under VSS - long sad story of repository corruption, etc). How should I set up the ignore file? The exclusions I'm thinking of using are:
*.exe
*.pdb
*.manifest
*.xml
*.log (is git case sensitive on windows? Should I exclude *.Log as well?)
*.scc (I gather these were left over from VSS - maybe I should delete them?)
Is this a sensible list? Should I be excluding directories?