diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-19 08:27:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-19 08:27:35 +0000 |
commit | 7e9c479f7de77702622631cff2628a9c8dcbc627 (patch) | |
tree | c8f718a08e110ad7e1894510980d2155a6549197 /.gitignore | |
parent | e852b0ae16db4052c1c567d9efa4facc81146e88 (diff) | |
download | gitlab-ce-7e9c479f7de77702622631cff2628a9c8dcbc627.tar.gz |
Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 25c42cdb56d..30cb231e83f 100644 --- a/.gitignore +++ b/.gitignore @@ -56,12 +56,15 @@ eslint-report.html /doc/code/* /dump.rdb /jsconfig.json +/lefthook-local.yml /log/*.log* /node_modules /nohup.out /public/assets/ /public/uploads.* /public/uploads/ +/public/sitemap.xml +/public/sitemap.xml.gz /shared/artifacts/ /spec/examples.txt /rails_best_practices_output.html @@ -73,6 +76,7 @@ eslint-report.html /.gitlab_pages_secret /.gitlab_kas_secret /webpack-report/ +/crystalball/ /knapsack/ /rspec_flaky/ /locale/**/LC_MESSAGES @@ -97,3 +101,5 @@ apollo.config.js /tmp/matching_tests.txt ee/changelogs/unreleased-ee /sitespeed-result +tags.lock +tags.temp |