summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-04 05:05:31 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-04 05:05:31 +0000
commitb0f89867a80fe6edefe0ee5fa47502f166296e37 (patch)
treefce7f99004464d176edd00bf65de3654fdf317dd
parent3a8a7c1251cef4098ffbc54718ba21736c5e2800 (diff)
parentb27de4abbb6dc4566f1b18d7205bfad6dda5f10f (diff)
downloadgitlab-ce-b0f89867a80fe6edefe0ee5fa47502f166296e37.tar.gz
Merge branch 'ignore-build-dir-eslint' into 'master'
Ignore `builds` directory from eslint Running `rake eslint` locally was including this directory reporting so many errors that are not from our source code. See merge request !7279
-rw-r--r--.eslintignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index a57137b4d70..d9c2233c9d7 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -2,4 +2,4 @@
/public/
/tmp/
/vendor/
-
+/builds/