diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-11 12:09:28 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-11 12:09:28 +0000 |
commit | 7ca44446277ca15db60b722da28f98f773b8f61a (patch) | |
tree | 7622f430d0431df78dfa34f50efc371458cfb97f /.gitignore | |
parent | 3ba6a5a16df690246d30bff1038cbed36a16a493 (diff) | |
download | gitlab-ce-7ca44446277ca15db60b722da28f98f773b8f61a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
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 |