diff options
author | winniehell <git@winniehell.de> | 2016-11-02 11:21:09 +0100 |
---|---|---|
committer | winniehell <git@winniehell.de> | 2016-11-02 12:03:49 +0100 |
commit | 71f2d7f7aab8b368b971d2199929a7d93c3a44b5 (patch) | |
tree | ae8c2d831a928106f4b2275928c93855c3028ee8 /.eslintignore | |
parent | d733a966e472a2a0377c5758657bba6228a57080 (diff) | |
download | gitlab-ce-71f2d7f7aab8b368b971d2199929a7d93c3a44b5.tar.gz |
Make ESLint ignore instrumented files for coverage analysis (!7236)
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 453747e14e1..a57137b4d70 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ +/coverage-javascript/ /public/ /tmp/ /vendor/ |