Skip to content

Commit

Permalink
Fixed #219 - Problem with coloring nested files in the project tree
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed May 17, 2016
1 parent a07df3c commit 7fe65e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mobi/hsz/idea/gitignore/util/CacheMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ public boolean isFileIgnored(@NotNull VirtualFile file) {
statuses.put(file, status);
}

if (!status.equals(Status.UNTOUCHED)) {
return status.equals(Status.IGNORED);
}

final List<IgnoreFile> files = ContainerUtil.reverse(Utils.ignoreFilesSort(ContainerUtil.newArrayList(map.keySet())));
final ProjectLevelVcsManager projectLevelVcsManager = ProjectLevelVcsManager.getInstance(project);

Expand Down

0 comments on commit 7fe65e2

Please sign in to comment.