Skip to content

Commit 25778a2

Browse files
Update gitignore
1 parent 4a7701b commit 25778a2

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

.gitignore

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
##
44
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
55

6-
# Jetbrains
7-
.idea
8-
96
# User-specific files
107
*.rsuser
118
*.suo
@@ -182,9 +179,6 @@ DocProject/Help/*.hhp
182179
DocProject/Help/Html2
183180
DocProject/Help/html
184181

185-
# Click-Once directory
186-
publish/
187-
188182
# Publish Web Output
189183
*.[Pp]ublish.xml
190184
*.azurePubxml
@@ -308,8 +302,6 @@ node_modules/
308302
*.dsp
309303

310304
# Visual Studio 6 technical files
311-
*.ncb
312-
*.aps
313305

314306
# Visual Studio LightSwitch build output
315307
**/*.HTMLClient/GeneratedArtifacts
@@ -389,6 +381,7 @@ FodyWeavers.xsd
389381
!.vscode/launch.json
390382
!.vscode/extensions.json
391383
*.code-workspace
384+
.vscode/
392385

393386
# Local History for Visual Studio Code
394387
.history/
@@ -401,7 +394,9 @@ FodyWeavers.xsd
401394
*.msp
402395

403396
# JetBrains Rider
397+
.idea
404398
*.sln.iml
399+
.idea/
405400

406401
##
407402
## Visual studio for Mac
@@ -410,7 +405,6 @@ FodyWeavers.xsd
410405

411406
# globs
412407
Makefile.in
413-
*.userprefs
414408
*.usertasks
415409
config.make
416410
config.status
@@ -470,19 +464,15 @@ ehthumbs_vista.db
470464
$RECYCLE.BIN/
471465

472466
# Windows Installer files
473-
*.cab
474-
*.msi
475-
*.msix
476-
*.msm
477-
*.msp
478467

479468
# Windows shortcuts
480469
*.lnk
481470

482471
##
483472
## Umbraco Commerce specific
484473
##
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

0 commit comments

Comments
 (0)