Language: NoFormat
Contents of my .hgignore file for Mercurial DSCM
syntax: glob #-- Files *.bak.* *.bak thumbs.db *.msi *.log *.sqlite #-- Directories App_Data/* bin/ obj/ _ReSharper.*/ tmp/ .svn/ #-- Microsoft Visual Studio specific *.user *.suo #-- MonoDevelop specific *.pidb *.userprefs *.usertasks syntax: regexp #-- Directories # ignore all bin folders except the one in project root directory #(?<!^)bin/
Tags:
Description:
Keep in mind that I mainly work on WinForms, ASP.NET MVC and Mobile projects using Microsoft Visual Studio. Depending on your toolset and project types, you will probably encounter other files that should be ignored.
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search

