gitignore/VisualStudio.gitignore

185 lines
2.6 KiB
Plaintext
Raw Normal View History

2010-11-08 21:51:44 +01:00
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
2010-11-08 21:51:44 +01:00
# Build results
[Dd]ebug/
[Dd]ebugPublic/
2014-05-07 13:14:53 +02:00
[Rr]elease/
[Rr]eleases/
x64/
x86/
2012-04-14 00:17:09 +02:00
build/
bld/
[Bb]in/
[Oo]bj/
2012-04-14 00:17:09 +02:00
# Roslyn cache directories
*.ide/
# MSTest test Results
[Tt]est[Rr]esult*/
2012-04-14 00:17:09 +02:00
[Bb]uild[Ll]og.*
2013-04-11 23:46:03 +02:00
#NUNIT
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
2010-11-08 21:51:44 +01:00
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
2010-11-08 21:51:44 +01:00
.builds
2012-04-14 00:17:09 +02:00
*.pidb
*.svclog
2012-04-14 00:17:09 +02:00
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
2010-11-22 22:52:25 +01:00
# Visual Studio profiler
*.psess
*.vsp
*.vspx
2010-11-22 22:52:25 +01:00
# TFS 2012 Local Workspace
$tf/
2012-04-10 19:01:00 +02:00
# Guidance Automation Toolkit
*.gpState
2010-11-08 21:51:44 +01:00
# ReSharper is a .NET coding add-in
2012-04-14 00:17:09 +02:00
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
2010-11-08 21:51:44 +01:00
# JustCode is a .NET coding addin-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
2012-04-19 11:17:30 +02:00
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
2013-09-23 12:04:38 +02:00
_NCrunch_*
.*crunch*.local.xml
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
2012-04-14 00:17:09 +02:00
# Installshield output folder
[Ee]xpress/
2011-08-17 20:24:43 +02:00
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
2013-12-10 06:21:57 +01:00
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
2014-01-01 16:19:20 +01:00
# Windows Azure Build Output
csx/
*.build.csdef
# Windows Store app package directory
AppPackages/
2010-11-08 21:51:44 +01:00
# Others
2010-11-08 22:02:20 +01:00
*.Cache
ClientBin/
2012-03-08 21:53:34 +01:00
[Ss]tyle[Cc]op.*
2010-11-08 22:02:20 +01:00
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
2013-11-29 21:22:42 +01:00
node_modules/
2014-10-09 01:00:37 +02:00
bower_components/
2012-04-14 00:17:09 +02:00
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
2014-02-14 10:34:02 +01:00
*.mdf
*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/