1
- # # Ignore Visual Studio temporary files, build results, and
2
- # # files generated by popular Visual Studio add-ons.
3
- # #
4
- # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5
-
6
- # User-specific files
1
+ # Editor directories and files
2
+ .idea
7
3
* .suo
8
4
* .user
9
5
* .userosscache
6
+ * .sln
10
7
* .sln.docstates
8
+ * .ntvs *
9
+ * .njsproj
10
+ .vscode
11
+
12
+ # File generated by NuGet package AspNetCore.HealthChecks.UI
13
+ healthchecksdb
11
14
12
15
# User-specific files (MonoDevelop/Xamarin Studio)
13
16
* .userprefs
24
27
[Oo ]bj /
25
28
[Ll ]og /
26
29
27
- # Visual Studio 2015/2017 cache/options directory
30
+ # Visual Studio 2015 cache/options directory
28
31
.vs /
29
- # Uncomment if you have tasks that create the project's static files in wwwroot
30
- # wwwroot/
31
-
32
- # Visual Studio 2017 auto generated files
33
- Generated \ Files /
32
+ /wwwroot /dist /
33
+ /ClientApp /dist /
34
+ /GhostUI /wwwroot /dist
35
+ /GhostUI /ClientApp /dist
34
36
35
37
# MSTest test Results
36
38
[Tt ]est [Rr ]esult * /
@@ -45,29 +47,19 @@ TestResult.xml
45
47
[Rr ]eleasePS /
46
48
dlldata.c
47
49
48
- # Benchmark Results
49
- BenchmarkDotNet.Artifacts /
50
-
51
- # .NET Core
50
+ # DNX
52
51
project.lock.json
53
52
project.fragment.lock.json
54
53
artifacts /
55
- ** /Properties /launchSettings.json
56
54
57
- # StyleCop
58
- StyleCopReport.xml
59
-
60
- # Files built by Visual Studio
61
55
* _i.c
62
56
* _p.c
63
57
* _i.h
64
58
* .ilk
65
59
* .meta
66
60
* .obj
67
- * .iobj
68
61
* .pch
69
62
* .pdb
70
- * .ipdb
71
63
* .pgc
72
64
* .pgd
73
65
* .rsp
105
97
* .vspx
106
98
* .sap
107
99
108
- # Visual Studio Trace Files
109
- * .e2e
110
-
111
100
# TFS 2012 Local Workspace
112
101
$tf /
113
102
@@ -128,14 +117,6 @@ _TeamCity*
128
117
# DotCover is a Code Coverage Tool
129
118
* .dotCover
130
119
131
- # AxoCover is a Code Coverage Tool
132
- .axoCover /*
133
- ! .axoCover /settings.json
134
-
135
- # Visual Studio code coverage results
136
- * .coverage
137
- * .coveragexml
138
-
139
120
# NCrunch
140
121
_NCrunch_ *
141
122
. * crunch * .local.xml
@@ -167,9 +148,9 @@ publish/
167
148
# Publish Web Output
168
149
* . [Pp ]ublish.xml
169
150
* .azurePubxml
170
- # Note : Comment the next line if you want to checkin your web deploy settings,
151
+ # TODO : Comment the next line if you want to checkin your web deploy settings
171
152
# but database connection strings (with potential passwords) will be unencrypted
172
- * .pubxml
153
+ # *.pubxml
173
154
* .publishproj
174
155
175
156
# Microsoft Azure Web App publish settings. Comment the next line if you want to
@@ -180,12 +161,12 @@ PublishScripts/
180
161
# NuGet Packages
181
162
* .nupkg
182
163
# The packages folder can be ignored because of Package Restore
183
- ** /[ Pp ] ackages /*
164
+ ** /packages /*
184
165
# except build/, which is used as an MSBuild target.
185
- ! ** /[ Pp ] ackages /build /
166
+ ! ** /packages /build /
186
167
# Uncomment if necessary however generally it will be regenerated when needed
187
- # !**/[Pp]ackages /repositories.config
188
- # NuGet v3's project.json files produces more ignorable files
168
+ # !**/packages /repositories.config
169
+ # NuGet v3's project.json files produces more ignoreable files
189
170
* .nuget.props
190
171
* .nuget.targets
191
172
@@ -202,7 +183,6 @@ AppPackages/
202
183
BundleArtifacts /
203
184
Package.StoreAssociation.xml
204
185
_pkginfo.txt
205
- * .appx
206
186
207
187
# Visual Studio cache files
208
188
# files ending in .cache can be ignored
@@ -219,11 +199,10 @@ ClientBin/
219
199
* .jfm
220
200
* .pfx
221
201
* .publishsettings
202
+ node_modules /
222
203
orleans.codegen.cs
223
-
224
- # Including strong name files can present a security risk
225
- # (https://github.com/github/gitignore/pull/2483#issue-259490424)
226
- # *.snk
204
+ .DS_Store
205
+ package-lock.json
227
206
228
207
# Since there are multiple workflows, uncomment next line to ignore bower_components
229
208
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
@@ -239,19 +218,15 @@ _UpgradeReport_Files/
239
218
Backup * /
240
219
UpgradeLog * .XML
241
220
UpgradeLog * .htm
242
- ServiceFabricBackup /
243
- * .rptproj.bak
244
221
245
222
# SQL Server files
246
223
* .mdf
247
224
* .ldf
248
- * .ndf
249
225
250
226
# Business Intelligence projects
251
227
* .rdl.data
252
228
* .bim.layout
253
229
* .bim_ * .settings
254
- * .rptproj.rsuser
255
230
256
231
# Microsoft Fakes
257
232
FakesAssemblies /
@@ -261,17 +236,13 @@ FakesAssemblies/
261
236
262
237
# Node.js Tools for Visual Studio
263
238
.ntvs_analysis.dat
264
- node_modules /
265
239
266
240
# Visual Studio 6 build log
267
241
* .plg
268
242
269
243
# Visual Studio 6 workspace options file
270
244
* .opt
271
245
272
- # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
273
- * .vbw
274
-
275
246
# Visual Studio LightSwitch build output
276
247
** /* .HTMLClient /GeneratedArtifacts
277
248
** /* .DesktopClient /GeneratedArtifacts
@@ -296,64 +267,4 @@ paket-files/
296
267
297
268
# Python Tools for Visual Studio (PTVS)
298
269
__pycache__ /
299
- * .pyc
300
-
301
- # Cake - Uncomment if you are using it
302
- # tools/**
303
- # !tools/packages.config
304
-
305
- # Tabs Studio
306
- * .tss
307
-
308
- # Telerik's JustMock configuration file
309
- * .jmconfig
310
-
311
- # BizTalk build output
312
- * .btp.cs
313
- * .btm.cs
314
- * .odx.cs
315
- * .xsd.cs
316
-
317
- # OpenCover UI analysis results
318
- OpenCover /
319
-
320
- # Azure Stream Analytics local run output
321
- ASALocalRun /
322
-
323
- # MSBuild Binary and Structured Log
324
- * .binlog
325
-
326
- # NVidia Nsight GPU debugger configuration file
327
- * .nvuser
328
-
329
- # MFractors (Xamarin productivity tool) working folder
330
- .mfractor /
331
-
332
- /.vs /sln /v15
333
-
334
- .DS_Store
335
- .ntvs_analysis.dat
336
- node_modules /
337
- .git /
338
- dist /
339
-
340
- tests /e2e /reports /
341
- selenium-debug.log
342
-
343
- # local env files
344
- .env.local
345
- .env. * .local
346
-
347
- # Log files
348
- npm-debug.log *
349
- yarn-debug.log *
350
- yarn-error.log *
351
-
352
- # Editor directories and files
353
- .idea
354
- .vscode
355
- * .suo
356
- * .ntvs *
357
- * .njsproj
358
- * .sln
359
- * .sw *
270
+ * .pyc
0 commit comments