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