Skip to content

Commit 61ce8ad

Browse files
committed
Fixes issues with tracked .gitignore'd files
1 parent 34a4907 commit 61ce8ad

File tree

7 files changed

+115
-260
lines changed

7 files changed

+115
-260
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Removed
9+
- Removes `gitlens.advanced.gitignore.enabled` setting since it usage has been replaced by a tracked file cache
10+
11+
### Fixed
12+
- Fixes issues with tracked files which are ignored via `.gitignore` not working properly
813

914
## [5.6.4] - 2017-10-12
1015
### Fixed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ GitLens is highly customizable and provides many configuration settings to allow
430430
|`gitlens.advanced.caching.enabled`|Specifies whether git output will be cached
431431
|`gitlens.advanced.caching.maxLines`|Specifies the threshold for caching larger documents
432432
|`gitlens.advanced.git`|Specifies the git path to use
433-
|`gitlens.advanced.gitignore.enabled`|Specifies whether or not to parse the root .gitignore file for better performance (i.e. avoids blaming excluded files)
434433
|`gitlens.advanced.maxQuickHistory`|Specifies the maximum number of QuickPick history entries to show
435434
|`gitlens.advanced.quickPick.closeOnFocusOut`|Specifies whether or not to close the QuickPick menu when focus is lost
436435

package-lock.json

Lines changed: 52 additions & 188 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)