blob: 5c1c961b3a899d3e785a3f1ee6eb692b1f515326 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001## Ignore Visual Studio temporary files, build results, and
2## files generated by popular Visual Studio add-ons.
3
4# User-specific files
5*.suo
6*.user
7*.sln.docstates
8
9# Build results
10[Dd]ebug/
11[Dd]ebugPublic/
12[Rr]elease/
13[Rr]eleases/
14x64/
15x86/
16build/
17bld/
18[Bb]in/
19[Oo]bj/
20
21# Roslyn cache directories
22*.ide/
23
24# MSTest test Results
25[Tt]est[Rr]esult*/
26[Bb]uild[Ll]og.*
27
28#NUNIT
29*.VisualState.xml
30TestResult.xml
31
32# Build Results of an ATL Project
33[Dd]ebugPS/
34[Rr]eleasePS/
35dlldata.c
36
37*_i.c
38*_p.c
39*_i.h
40*.ilk
41*.meta
42*.obj
43*.pch
44*.pdb
45*.pgc
46*.pgd
47*.rsp
48*.sbr
49*.tlb
50*.tli
51*.tlh
52*.tmp
53*.tmp_proj
54*.log
55*.vspscc
56*.vssscc
57.builds
58*.pidb
59*.svclog
60*.scc
61
62# Chutzpah Test files
63_Chutzpah*
64
65# Visual C++ cache files
66ipch/
67*.aps
68*.ncb
69*.opensdf
70*.sdf
71*.cachefile
72
73# Visual Studio profiler
74*.psess
75*.vsp
76*.vspx
77
78# TFS 2012 Local Workspace
79$tf/
80
81# Guidance Automation Toolkit
82*.gpState
83
84# ReSharper is a .NET coding add-in
85_ReSharper*/
86*.[Rr]e[Ss]harper
87*.DotSettings.user
88
89# JustCode is a .NET coding addin-in
90.JustCode
91
92# TeamCity is a build add-in
93_TeamCity*
94
95# DotCover is a Code Coverage Tool
96*.dotCover
97
98# NCrunch
99_NCrunch_*
100.*crunch*.local.xml
101
102# MightyMoose
103*.mm.*
104AutoTest.Net/
105
106# Web workbench (sass)
107.sass-cache/
108
109# Installshield output folder
110[Ee]xpress/
111
112# DocProject is a documentation generator add-in
113DocProject/buildhelp/
114DocProject/Help/*.HxT
115DocProject/Help/*.HxC
116DocProject/Help/*.hhc
117DocProject/Help/*.hhk
118DocProject/Help/*.hhp
119DocProject/Help/Html2
120DocProject/Help/html
121
122# Click-Once directory
123publish/
124
125# Publish Web Output
126*.[Pp]ublish.xml
127*.azurePubxml
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200128# TODO: Comment the next line if you want to checkin your web deploy settings
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100129# but database connection strings (with potential passwords) will be unencrypted
130*.pubxml
131*.publishproj
132
133# NuGet Packages
134*.nupkg
135# The packages folder can be ignored because of Package Restore
136**/packages/*
137# except build/, which is used as an MSBuild target.
138!**/packages/build/
139# If using the old MSBuild-Integrated Package Restore, uncomment this:
140#!**/packages/repositories.config
141
142# Windows Azure Build Output
143csx/
144*.build.csdef
145
146# Windows Store app package directory
147AppPackages/
148
149# Others
150sql/
151*.Cache
152ClientBin/
153[Ss]tyle[Cc]op.*
154~$*
155*~
156*.dbmdl
157*.dbproj.schemaview
158*.pfx
159*.publishsettings
160node_modules/
161
162# RIA/Silverlight projects
163Generated_Code/
164
165# Backup & report files from converting an old project file
166# to a newer Visual Studio version. Backup files are not needed,
167# because we have git ;-)
168_UpgradeReport_Files/
169Backup*/
170UpgradeLog*.XML
171UpgradeLog*.htm
172
173# SQL Server files
174*.mdf
175*.ldf
176
177# Business Intelligence projects
178*.rdl.data
179*.bim.layout
180*.bim_*.settings
181
182# Microsoft Fakes
183FakesAssemblies/
184
185# Composer
186/vendor
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200187composer.lock
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100188
189# .vs
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200190.vs/
191
192.phpunit.result.cache