blob: 3eda7983a1e79067b5b851b34b6ecea48577d073 [file] [log] [blame]
Nicolas Jager998fbd72016-08-08 11:41:28 -04001## Ignore Visual Studio temporary files, build results, and
2## files generated by popular Visual Studio add-ons.
3
4#output directories
5DebugLib/
6Debug/
7ReleaseLib/
8Release/
9.config/
10# User-specific files
11*.suo
12*.user
13*.userosscache
14*.sln.docstates
15*.VC.VC.opendb
16*.VC.db
17*.db
18IUpnpErrFile.txt
19IUpnpInfoFile.txt
20pingme.txt
21
22# User-specific files (MonoDevelop/Xamarin Studio)
23*.userprefs
24
25# Build results
26[Dd]ebug/
27[Dd]ebugPublic/
28[Rr]elease/
29[Rr]eleases/
30x64/
31x86/
32bld/
33[Bb]in/
34[Oo]bj/
35
36# Visual Studio 2015 cache/options directory
37.vs/
38# Uncomment if you have tasks that create the project's static files in wwwroot
39#wwwroot/
40
41# MSTest test Results
42[Tt]est[Rr]esult*/
43[Bb]uild[Ll]og.*
44
45# NUNIT
46*.VisualState.xml
47TestResult.xml
48
49# Build Results of an ATL Project
50[Dd]ebugPS/
51[Rr]eleasePS/
52dlldata.c
53
54# DNX
55project.lock.json
56artifacts/
57
58*_i.c
59*_p.c
60*_i.h
61*.ilk
62*.meta
63*.obj
64*.pch
65*.pdb
66*.pgc
67*.pgd
68*.rsp
69*.sbr
70*.tlb
71*.tli
72*.tlh
73*.tmp
74*.tmp_proj
75*.log
76*.vspscc
77*.vssscc
78.builds
79*.pidb
80*.svclog
81*.scc
82
83# Chutzpah Test files
84_Chutzpah*
85
86# Visual C++ cache files
87ipch/
88*.aps
89*.ncb
90*.opendb
91*.opensdf
92*.sdf
93*.cachefile
94
95# Visual Studio profiler
96*.psess
97*.vsp
98*.vspx
99*.sap
100
101# TFS 2012 Local Workspace
102$tf/
103
104# Guidance Automation Toolkit
105*.gpState
106
107# ReSharper is a .NET coding add-in
108_ReSharper*/
109*.[Rr]e[Ss]harper
110*.DotSettings.user
111
112# JustCode is a .NET coding add-in
113.JustCode
114
115# TeamCity is a build add-in
116_TeamCity*
117
118# DotCover is a Code Coverage Tool
119*.dotCover
120
121# NCrunch
122_NCrunch_*
123.*crunch*.local.xml
124nCrunchTemp_*
125
126# MightyMoose
127*.mm.*
128AutoTest.Net/
129
130# Web workbench (sass)
131.sass-cache/
132
133# Installshield output folder
134[Ee]xpress/
135
136# DocProject is a documentation generator add-in
137DocProject/buildhelp/
138DocProject/Help/*.HxT
139DocProject/Help/*.HxC
140DocProject/Help/*.hhc
141DocProject/Help/*.hhk
142DocProject/Help/*.hhp
143DocProject/Help/Html2
144DocProject/Help/html
145
146# Click-Once directory
147publish/
148
149# Publish Web Output
150*.[Pp]ublish.xml
151*.azurePubxml
152# TODO: Comment the next line if you want to checkin your web deploy settings
153# but database connection strings (with potential passwords) will be unencrypted
154*.pubxml
155*.publishproj
156
157# NuGet Packages
158*.nupkg
159# The packages folder can be ignored because of Package Restore
160**/packages/*
161# except build/, which is used as an MSBuild target.
162!**/packages/build/
163# Uncomment if necessary however generally it will be regenerated when needed
164#!**/packages/repositories.config
165# NuGet v3's project.json files produces more ignoreable files
166*.nuget.props
167*.nuget.targets
168
169# Microsoft Azure Build Output
170csx/
171*.build.csdef
172
173# Microsoft Azure Emulator
174ecf/
175rcf/
176
177# Microsoft Azure ApplicationInsights config file
178ApplicationInsights.config
179
180# Windows Store app package directory
181AppPackages/
182BundleArtifacts/
183
184# Visual Studio cache files
185# files ending in .cache can be ignored
186*.[Cc]ache
187# but keep track of directories ending in .cache
188!*.[Cc]ache/
189
190# Others
191ClientBin/
192~$*
193*~
194*.dbmdl
195*.dbproj.schemaview
196*.pfx
197*.publishsettings
198node_modules/
199orleans.codegen.cs
200
201# RIA/Silverlight projects
202Generated_Code/
203
204# Backup & report files from converting an old project file
205# to a newer Visual Studio version. Backup files are not needed,
206# because we have git ;-)
207_UpgradeReport_Files/
208Backup*/
209UpgradeLog*.XML
210UpgradeLog*.htm
211
212# SQL Server files
213*.mdf
214*.ldf
215
216# Business Intelligence projects
217*.rdl.data
218*.bim.layout
219*.bim_*.settings
220
221# Microsoft Fakes
222FakesAssemblies/
223
224# GhostDoc plugin setting file
225*.GhostDoc.xml
226
227# Node.js Tools for Visual Studio
228.ntvs_analysis.dat
229
230# Visual Studio 6 build log
231*.plg
232
233# Visual Studio 6 workspace options file
234*.opt
235
236# Visual Studio LightSwitch build output
237**/*.HTMLClient/GeneratedArtifacts
238**/*.DesktopClient/GeneratedArtifacts
239**/*.DesktopClient/ModelManifest.xml
240**/*.Server/GeneratedArtifacts
241**/*.Server/ModelManifest.xml
242_Pvt_Extensions
243
244# Paket dependency manager
245.paket/paket.exe
246
247# FAKE - F# Make
248.fake/
249
250!config.h
251Generated\ Files/