Hi,
What are the common things you remove when clearing up your source tree? For instance:
- Deleting bin/obj/debug/release directories
- Removing temporary/cache files, such as ReSharper cache files
- Removing source control files/directories, such as _svn and .svn
Also, what are the things you commonly do with your source tree? For instance:
- Zip it up for archiving
- Email it to interested parties
I'm asking becuase I've been working on a tool based on Jeff Attwood's CleanSourcesPlus.
The tool is called Tree Trim and can be downloaded at http://code.google.com/p/treetrim/