diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-11-03 15:04:31 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-11-03 23:02:01 -0500 |
commit | b27de4abbb6dc4566f1b18d7205bfad6dda5f10f (patch) | |
tree | fce7f99004464d176edd00bf65de3654fdf317dd /.eslintignore | |
parent | 3a8a7c1251cef4098ffbc54718ba21736c5e2800 (diff) | |
download | gitlab-ce-b27de4abbb6dc4566f1b18d7205bfad6dda5f10f.tar.gz |
Ignore builds directory from eslint
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 2 |
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/ |