Skip to content

Instantly share code, notes, and snippets.

@damianh
Created January 3, 2020 09:23
Show Gist options
  • Save damianh/0946ccfd73c96260fd8db6e709d3bba8 to your computer and use it in GitHub Desktop.
Save damianh/0946ccfd73c96260fd8db6e709d3bba8 to your computer and use it in GitHub Desktop.
Global gitignore
## Setup with: git config --global core.excludesfile ~/.gitignore_global
## Visual Studio
*.suo
*.user
*.userosscache
*.sln.docstates
.vs/
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
## Resharper
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
## JetBrains Rider
.idea/
*.sln.iml
## NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment