Created
September 16, 2011 09:48
-
-
Save johnathan-sewell/1221699 to your computer and use it in GitHub Desktop.
Template for git ignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ReSharper.*/ | |
package/ | |
_ReSharper* | |
*.user | |
*.suo | |
*.cache | |
*.orig | |
*.pdb | |
*.ReSharper | |
[Cc]onnection[Ss]trings.config | |
docs/**/*.~* | |
[oO]bj | |
[bB]in | |
*.Publish.xml | |
log | |
[Tt]humbs.db | |
~$* | |
[Ll]icen[cs]e.config | |
tools/NHProfiler/log.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment