Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 00eb672

Browse files
committed
Update config.ini.default to ignore .sass-cache, a common folder that will appear beside compiled Sass files.
1 parent 133361a commit 00eb672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/config/config.ini.default

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ v = "0.7.8"
99
ie = "scss,DS_Store,less"
1010

1111
// directories and files to ignore when building or watching the source dir, separate with a comma
12-
id = "scss,.svn"
12+
id = "scss,.svn,.sass-cache"
1313

1414
// choose which ports the websocket services should run on
1515
autoReloadPort = "8002"
@@ -28,4 +28,4 @@ ishControlsHide = ""
2828
patternStates = "inprogress,inreview,complete"
2929

3030
// the pattern types that shouldn't be included in the style guide
31-
styleGuideExcludes = ""
31+
styleGuideExcludes = ""

0 commit comments

Comments
 (0)