From bc77f60e08c1349a5c23106d414f3d5a192f5172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Ko=CC=88nemann?= Date: Wed, 7 Mar 2018 13:36:16 +0100 Subject: [PATCH] adding gulp file.js to jshintignore --- .jshintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintignore b/.jshintignore index a225e50..22dd440 100644 --- a/.jshintignore +++ b/.jshintignore @@ -3,3 +3,4 @@ src/**/*.js js/core.js js/popper.js js/theme.js +gulpfile.js