How does one exclude a sub-folder of wwwroot from being added to source control?

added by DotNetKicks
1/26/2015 6:42:02 PM

632 Views

Thought this would be an interesting question to put out to the DNK community. Thoughts?


2 comments

Paul Wheeler
1/26/2015 11:43:19 PM
We use git and use a .gitignore entry for any folder we don't want included. http://git-scm.com/docs/gitignore

Robert Greyling
1/27/2015 9:01:11 AM
Here's one for TFS: http://stackoverflow.com/questions/1369442/how-can-i-exclude-a-specific-files-from-tfs-source-control I think this kind of question is best asked in a place like StackOverflow which is more geared for this kind of Q&A as opposed to discussions which are opinion driven and definitely not welcome on SO.