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

Commit

Permalink
Improved list of cache folders to ignore during EditorConfig checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Nov 11, 2015
1 parent 2afd830 commit eda0cbe
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ public class SmartSkip {
public static final boolean IS_ON = true;
static final String[] IGNORED_FILES = {
".git",
".grunt",
".idea",
".sass-cache",
".svn",
".tscache",
"bower_components",
"nbproject",
"node_modules",
Expand Down

0 comments on commit eda0cbe

Please sign in to comment.