Skip to content

Instantly share code, notes, and snippets.

@andlju
Created September 5, 2011 20:04
Show Gist options
  • Save andlju/1195799 to your computer and use it in GitHub Desktop.
Save andlju/1195799 to your computer and use it in GitHub Desktop.
A .gitignore file for VS with ReSharper
# Output directories #
######################
[bB]in
[dD]ebug
[rR]elease
[oO]bj
[bB]uild[aA]rtifacts
# Data #
########
[aA]pp_[dD]ata
# Resharper #
#############
*.ReSharper
_ReSharper*
# Local info #
##############
*.vssscc
*.user
*.suo
*.vspscc
*.[pP]ublish.xml
*mm_cache.bin
*.sln.cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment