Skip to content

Commit 7bbd186

Browse files
authored
Merge pull request #3609 from xperiandri/patch-1
Fixed editor specific folder exclusion for subfolders
2 parents dbd59f9 + 04a4d50 commit 7bbd186

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

VisualStudio.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -329,17 +329,17 @@ node_modules/
329329
_Pvt_Extensions
330330

331331
# Paket dependency manager
332-
.paket/paket.exe
332+
**/.paket/paket.exe
333333
paket-files/
334334

335335
# FAKE - F# Make
336-
.fake/
336+
**/.fake/
337337

338338
# CodeRush personal settings
339-
.cr/personal
339+
**/.cr/personal
340340

341341
# Python Tools for Visual Studio (PTVS)
342-
__pycache__/
342+
**/__pycache__/
343343
*.pyc
344344

345345
# Cake - Uncomment if you are using it
@@ -374,10 +374,10 @@ ASALocalRun/
374374
*.nvuser
375375

376376
# MFractors (Xamarin productivity tool) working folder
377-
.mfractor/
377+
**/.mfractor/
378378

379379
# Local History for Visual Studio
380-
.localhistory/
380+
**/.localhistory/
381381

382382
# Visual Studio History (VSHistory) files
383383
.vshistory/
@@ -389,7 +389,7 @@ healthchecksdb
389389
MigrationBackup/
390390

391391
# Ionide (cross platform F# VS Code tools) working folder
392-
.ionide/
392+
**/.ionide/
393393

394394
# Fody - auto-generated XML schema
395395
FodyWeavers.xsd

0 commit comments

Comments
 (0)