diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 93fb0b1144b..388718898e4 100644 --- a/.gitignore +++ b/.gitignore @@ -19,8 +19,8 @@ eslint-report.html /.ruby-version /.tool-versions /.rvmrc -.sass-cache/ /.secret +.sass-cache/ /.vagrant /.yarn-cache /.byebug_history @@ -104,3 +104,4 @@ ee/changelogs/unreleased-ee /sitespeed-result tags.lock tags.temp +.stylelintcache |