Skip to content

Instantly share code, notes, and snippets.

@reidev275
Created January 25, 2013 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reidev275/4635443 to your computer and use it in GitHub Desktop.
Save reidev275/4635443 to your computer and use it in GitHub Desktop.
gitignore file for azure git deployment
# don't ignore myself!
!.gitignore
# Visual Studio build objects
![Bb]in/
csx/
obj/
# Visual Studio user-specific files
## Useful whenever working as part of a team or on software (like open source) that others will download
*.suo
*.user
# Access Control Service integration (via FedUtil or Add STS Reference from VS2010) will create FederationMetadata.xml below this folder
##=> looks like FederationMetadata.xml is referenced in csproj, so need it in source control
# FederationMetadata\
## Multiple applications of FedUtil will result in *.backup.1, *.backup.2, etc., files for Web.config and FederationMetadata.xml
*.backup.*
# NuGet
# Also consider letting NuGet automatically restore missing packages for you:
## http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages/)
packages/
# ReSharper
_ReSharper*/
# NCrunch
*ncrunch*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment