Git ignore file for vb.net projects
Posted
by John C
on Stack Overflow
See other posts from Stack Overflow
or by John C
Published on 2009-02-10T22:34:38Z
Indexed on
2010/05/24
4:10 UTC
Read the original article
Hit count: 334
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?
© Stack Overflow or respective owner