Skip to content

Commit

Permalink
#415 - cache outer files
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Aug 20, 2017
1 parent d4be03c commit f6894ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mobi/hsz/idea/gitignore/IgnoreManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public IgnoreFileType fun(@NotNull IgnoreLanguage language) {
@Override
protected void task(@Nullable Object argument) {
expiringStatusCache.clear();
cachedIgnoreFilesIndex.clear();
statusManager.fileStatusesChanged();
}
};
Expand Down

0 comments on commit f6894ec

Please sign in to comment.