Don’t know what I’m talking about? Read this.
I’m tired of having to recreate this over and over again so I had to make a note somewhere.
https://github.com/lcorneliussen/xignore/
I’m tired of having to recreate this over and over again so I had to make a note somewhere.
1
| *\bin* *\obj* *.suo *.user *.bak **.ReSharper** **\_ReSharper.** StyleCop.Cache |
Update
Meanwhile I am maintaining ignore patterns for svn, git and hg here:https://github.com/lcorneliussen/xignore/
1
| .git
target* *\bin *\bin\* *\obj *\obj\* *.suo *.user *.bak *.ReSharper**
**\_ReSharper.** **\StyleCop.Cache **\*.dotCover *.releaseBackup
release.properties *.versionsBackup *.diff *.vssscc *.vspscc *.scc |
quick question what do you use for your displaying your code on your blog?
also another question about resharper how do you make the summary in the file header to go away and only show the copyright information?
thanks
It’s just a sourcecode tag in squarebrackets + a language attribute. Without spaces between [ and sourcecode:
[ sourcecode language="xml" ]
[ /sourcecode ]
....
<
xml
/>
Sorry, don’t really get your question. Resharper has a option where you can put in a file header. And with StyleCopForResharper the file header can be inserted automatically.
that it will show the summary aswell as the copyright do you know what im talking about?
I tried to create my own custom header but it does not seem to work. it still puts the summary in there as well.
you might want to use this:
*\bin *\bin\* *\obj *\obj\* *.suo *.user *.bak **.ReSharper** **\_ReSharper.** StyleCop.Cache
http://archive.arcware.net/2008/12/04/tortoisesvn-global-ignore-pattern-vs-svnignore/
The link was archived.
Source: http://startbigthinksmall.wordpress.com/2009/02/18/tortoise-svn-my-global-ignore-pattern-c-and-r/