File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 3
3
# #
4
4
# # Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
5
5
6
- # Jetbrains
7
- .idea
8
-
9
6
# User-specific files
10
7
* .rsuser
11
8
* .suo
@@ -182,9 +179,6 @@ DocProject/Help/*.hhp
182
179
DocProject /Help /Html2
183
180
DocProject /Help /html
184
181
185
- # Click-Once directory
186
- publish /
187
-
188
182
# Publish Web Output
189
183
* . [Pp ]ublish.xml
190
184
* .azurePubxml
@@ -308,8 +302,6 @@ node_modules/
308
302
* .dsp
309
303
310
304
# Visual Studio 6 technical files
311
- * .ncb
312
- * .aps
313
305
314
306
# Visual Studio LightSwitch build output
315
307
** /* .HTMLClient /GeneratedArtifacts
@@ -389,6 +381,7 @@ FodyWeavers.xsd
389
381
! .vscode /launch.json
390
382
! .vscode /extensions.json
391
383
* .code-workspace
384
+ .vscode /
392
385
393
386
# Local History for Visual Studio Code
394
387
.history /
@@ -401,7 +394,9 @@ FodyWeavers.xsd
401
394
* .msp
402
395
403
396
# JetBrains Rider
397
+ .idea
404
398
* .sln.iml
399
+ .idea /
405
400
406
401
# #
407
402
# # Visual studio for Mac
@@ -410,7 +405,6 @@ FodyWeavers.xsd
410
405
411
406
# globs
412
407
Makefile.in
413
- * .userprefs
414
408
* .usertasks
415
409
config.make
416
410
config.status
@@ -470,19 +464,15 @@ ehthumbs_vista.db
470
464
$RECYCLE.BIN /
471
465
472
466
# Windows Installer files
473
- * .cab
474
- * .msi
475
- * .msix
476
- * .msm
477
- * .msp
478
467
479
468
# Windows shortcuts
480
469
* .lnk
481
470
482
471
# #
483
472
# # Umbraco Commerce specific
484
473
# #
485
- /src /Umbraco.Commerce.Checkout /wwwroot /
486
- .vscode
487
- /src /Umbraco.Commerce.Checkout /packages.lock.json
488
- /src /Umbraco.Commerce.Checkout /packages.lock.json
474
+ demos /*
475
+ * .Old /
476
+ * .local.sln
477
+ packages.lock.json
478
+ wwwroot
You can’t perform that action at this time.
0 commit comments