Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit eda0cbe

Browse files
committed
Improved list of cache folders to ignore during EditorConfig checks
1 parent 2afd830 commit eda0cbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/welovecoding/nbeditorconfig/processor/SmartSkip.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ public class SmartSkip {
77
public static final boolean IS_ON = true;
88
static final String[] IGNORED_FILES = {
99
".git",
10+
".grunt",
11+
".idea",
12+
".sass-cache",
1013
".svn",
14+
".tscache",
1115
"bower_components",
1216
"nbproject",
1317
"node_modules",

0 commit comments

Comments
 (0)