diff options
author | Giorgenes Gelatti <ggelatti@gitlab.com> | 2019-09-02 05:38:27 +0000 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-09-02 05:38:27 +0000 |
commit | 2fb6c9f3c74b174f926aaaeae33ee14b4cba8195 (patch) | |
tree | 3cb903c35d5f1f3fb3395cb0f31b43ff3ba3952b /.gitignore | |
parent | cd8d008cb95ce2321b7cdb36433ff40375043ce9 (diff) | |
download | gitlab-ce-2fb6c9f3c74b174f926aaaeae33ee14b4cba8195.tar.gz |
Adds basic overcommit support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 104c6930050..3ffe4263c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -81,4 +81,5 @@ package-lock.json /junit_*.xml /coverage-frontend/ jsdoc/ -**/tmp/rubocop_cache/**
\ No newline at end of file +**/tmp/rubocop_cache/** +.overcommit.yml |