Skip to content

Commit 3223933

Browse files
authored
Ignore .cache folder
1 parent 32be8da commit 3223933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/css-variables-language-server/src/CSSVariableManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export interface CSSVariablesSettings {
3434
export const defaultSettings: CSSVariablesSettings = {
3535
lookupFiles: ['**/*.less', '**/*.scss', '**/*.sass', '**/*.css'],
3636
blacklistFolders: [
37+
'**/.cache',
3738
'**/.DS_Store',
3839
'**/.git',
3940
'**/.hg',

0 commit comments

Comments
 (0)