1
+ # # 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
+ * .userosscache
8
+ * .sln.docstates
9
+
10
+ # User-specific files (MonoDevelop/Xamarin Studio)
11
+ * .userprefs
12
+
13
+ # Build results
14
+ [Dd ]ebug /
15
+ [Dd ]ebugPublic /
16
+ [Rr ]elease /
17
+ [Rr ]eleases /
18
+ x64 /
19
+ x86 /
20
+ bld /
21
+ [Bb ]in /
22
+ [Oo ]bj /
23
+ [Ll ]og /
24
+
25
+ # Visual Studio 2015 cache/options directory
26
+ .vs /
27
+ # Uncomment if you have tasks that create the project's static files in wwwroot
28
+ # wwwroot/
29
+
30
+ # MSTest test Results
31
+ [Tt ]est [Rr ]esult * /
32
+ [Bb ]uild [Ll ]og. *
33
+
34
+ # NUNIT
35
+ * .VisualState.xml
36
+ TestResult.xml
37
+
38
+ # Build Results of an ATL Project
39
+ [Dd ]ebugPS /
40
+ [Rr ]eleasePS /
41
+ dlldata.c
42
+
43
+ # DNX
44
+ project.lock.json
45
+ artifacts /
46
+
47
+ * _i.c
48
+ * _p.c
49
+ * _i.h
50
+ * .ilk
51
+ * .meta
52
+ * .obj
53
+ * .pch
54
+ * .pdb
55
+ * .pgc
56
+ * .pgd
57
+ * .rsp
58
+ * .sbr
59
+ * .tlb
60
+ * .tli
61
+ * .tlh
62
+ * .tmp
63
+ * .tmp_proj
64
+ * .log
65
+ * .vspscc
66
+ * .vssscc
67
+ .builds
68
+ * .pidb
69
+ * .svclog
70
+ * .scc
71
+
72
+ # Chutzpah Test files
73
+ _Chutzpah *
74
+
75
+ # Visual C++ cache files
76
+ ipch /
77
+ * .aps
78
+ * .ncb
79
+ * .opendb
80
+ * .opensdf
81
+ * .sdf
82
+ * .cachefile
83
+ * .VC.db
84
+ * .VC.VC.opendb
85
+
86
+ # Visual Studio profiler
87
+ * .psess
88
+ * .vsp
89
+ * .vspx
90
+ * .sap
91
+
92
+ # TFS 2012 Local Workspace
93
+ $tf /
94
+
95
+ # Guidance Automation Toolkit
96
+ * .gpState
97
+
98
+ # ReSharper is a .NET coding add-in
99
+ _ReSharper * /
100
+ * . [Rr ]e [Ss ]harper
101
+ * .DotSettings.user
102
+
103
+ # JustCode is a .NET coding add-in
104
+ .JustCode
105
+
106
+ # TeamCity is a build add-in
107
+ _TeamCity *
108
+
109
+ # DotCover is a Code Coverage Tool
110
+ * .dotCover
111
+
112
+ # NCrunch
113
+ _NCrunch_ *
114
+ . * crunch * .local.xml
115
+ nCrunchTemp_ *
116
+ * .v2.ncrunchproject
117
+ * .v2.ncrunchsolution
118
+
119
+ # MightyMoose
120
+ * .mm. *
121
+ AutoTest.Net /
122
+
123
+ # Web workbench (sass)
124
+ .sass-cache /
125
+
126
+ # Installshield output folder
127
+ [Ee ]xpress /
128
+
129
+ # DocProject is a documentation generator add-in
130
+ DocProject /buildhelp /
131
+ DocProject /Help /* .HxT
132
+ DocProject /Help /* .HxC
133
+ DocProject /Help /* .hhc
134
+ DocProject /Help /* .hhk
135
+ DocProject /Help /* .hhp
136
+ DocProject /Help /Html2
137
+ DocProject /Help /html
138
+
139
+ # Click-Once directory
140
+ publish /
141
+
142
+ # Publish Web Output
143
+ * . [Pp ]ublish.xml
144
+ * .azurePubxml
145
+ # TODO: Comment the next line if you want to checkin your web deploy settings
146
+ # but database connection strings (with potential passwords) will be unencrypted
147
+ * .pubxml
148
+ * .publishproj
149
+
150
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
151
+ # checkin your Azure Web App publish settings, but sensitive information contained
152
+ # in these scripts will be unencrypted
153
+ PublishScripts /
154
+
155
+ # NuGet Packages
156
+ * .nupkg
157
+ # The packages folder can be ignored because of Package Restore
158
+ ** /packages /*
159
+ # except build/, which is used as an MSBuild target.
160
+ ! ** /packages /build /
161
+ # Uncomment if necessary however generally it will be regenerated when needed
162
+ # !**/packages/repositories.config
163
+ # NuGet v3's project.json files produces more ignoreable files
164
+ * .nuget.props
165
+ * .nuget.targets
166
+
167
+ # Microsoft Azure Build Output
168
+ csx /
169
+ * .build.csdef
170
+
171
+ # Microsoft Azure Emulator
172
+ ecf /
173
+ rcf /
174
+
175
+ # Windows Store app package directories and files
176
+ AppPackages /
177
+ BundleArtifacts /
178
+ Package.StoreAssociation.xml
179
+ _pkginfo.txt
180
+
181
+ # Visual Studio cache files
182
+ # files ending in .cache can be ignored
183
+ * . [Cc ]ache
184
+ # but keep track of directories ending in .cache
185
+ ! * . [Cc ]ache /
186
+
187
+ # Others
188
+ ClientBin /
189
+ ~$ *
190
+ * ~
191
+ * .dbmdl
192
+ * .dbproj.schemaview
193
+ * .pfx
194
+ * .publishsettings
195
+ node_modules /
196
+ orleans.codegen.cs
197
+
198
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
199
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
200
+ # bower_components/
201
+
202
+ # RIA/Silverlight projects
203
+ Generated_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 /
209
+ Backup * /
210
+ UpgradeLog * .XML
211
+ UpgradeLog * .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
223
+ FakesAssemblies /
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
+ paket-files /
248
+
249
+ # FAKE - F# Make
250
+ .fake /
251
+
252
+ # JetBrains Rider
253
+ .idea /
254
+ * .sln.iml
255
+
256
+ # Cake
257
+ tools /**
258
+ ! tools /packages.config
0 commit comments