gitignore/VisualStudio.gitignore

235 lines
3.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
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
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
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# MSTest test Results
[Tt]est[Rr]esult*/
2012-04-14 00:17:09 +02:00
[Bb]uild[Ll]og.*
2015-02-21 18:26:29 +01:00
# NUNIT
2013-04-11 23:46:03 +02:00
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
2015-05-08 09:37:34 +02:00
# DNX
project.lock.json
artifacts/
*_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
*.opendb
*.opensdf
*.sdf
*.cachefile
2010-11-22 22:52:25 +01:00
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
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
2015-05-16 17:34:59 +02:00
# JustCode is a .NET coding add-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
2015-07-01 16:45:10 +02:00
nCrunchTemp_*
# 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 Azure Emulator
ecf/
2015-11-30 23:59:49 +01:00
rcf/
# Windows Azure ApplicationInsights config file
ApplicationInsights.config
# Windows Store app package directory
AppPackages/
2015-12-14 19:52:44 +01:00
BundleArtifacts/
# Visual Studio cache files
2015-05-06 11:11:06 +02:00
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
ClientBin/
2010-11-08 22:02:20 +01:00
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
2013-11-29 21:22:42 +01:00
node_modules/
orleans.codegen.cs
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/
2014-08-08 21:58:52 +02:00
# GhostDoc plugin setting file
*.GhostDoc.xml
2014-08-08 21:58:52 +02:00
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
2015-07-23 01:23:05 +02:00
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
# FAKE - F# Make
.fake/