diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-19 12:10:46 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-19 12:10:46 +0000 |
commit | 442a79b7336b763ad390285ef75f4e4ff48a9cd0 (patch) | |
tree | 75ad88357d71e33c1fc92618cd618cfaa2bfeb69 /tmp | |
parent | fcef382cb994b8ecdbff75490bab0425a35f2641 (diff) | |
download | gitlab-ce-442a79b7336b763ad390285ef75f4e4ff48a9cd0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tmp')
-rw-r--r-- | tmp/.gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tmp/.gitignore b/tmp/.gitignore index a383b23fb78..450053eb4f3 100644 --- a/tmp/.gitignore +++ b/tmp/.gitignore @@ -1,5 +1,10 @@ * -!*/ !.gitignore !.gitkeep + +# explicitly list ignored sub directories to speed up performance +/cache/ +/capybara/ +/letter_opener/ +/rubocop_cache/ /tests/ |