Skip to content

Commit 04a4d50

Browse files
authored
Fixed editor specific folder exclusion for subfolders
1 parent 218a941 commit 04a4d50

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
@@ -302,17 +302,17 @@ node_modules/
302302
_Pvt_Extensions
303303

304304
# Paket dependency manager
305-
.paket/paket.exe
305+
**/.paket/paket.exe
306306
paket-files/
307307

308308
# FAKE - F# Make
309-
.fake/
309+
**/.fake/
310310

311311
# CodeRush personal settings
312-
.cr/personal
312+
**/.cr/personal
313313

314314
# Python Tools for Visual Studio (PTVS)
315-
__pycache__/
315+
**/__pycache__/
316316
*.pyc
317317

318318
# Cake - Uncomment if you are using it
@@ -344,10 +344,10 @@ ASALocalRun/
344344
*.nvuser
345345

346346
# MFractors (Xamarin productivity tool) working folder
347-
.mfractor/
347+
**/.mfractor/
348348

349349
# Local History for Visual Studio
350-
.localhistory/
350+
**/.localhistory/
351351

352352
# BeatPulse healthcheck temp database
353353
healthchecksdb
@@ -356,7 +356,7 @@ healthchecksdb
356356
MigrationBackup/
357357

358358
# Ionide (cross platform F# VS Code tools) working folder
359-
.ionide/
359+
**/.ionide/
360360

361361
# Fody - auto-generated XML schema
362362
FodyWeavers.xsd

0 commit comments

Comments
 (0)