From 1754e315f8a7760bcdc162712d2be7fee058fdc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Wed, 30 Nov 2016 15:32:29 +0100 Subject: [PATCH] Build: Add most of the dist folder to .eslintignore This way `eslint .` run from the terminal will work regardless of ignored files present in the repository. Closes gh-3385 --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 484ceeede..415493351 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,8 @@ external node_modules *.min.js +dist/** +!dist/jquery.js test/data/jquery-1.9.1.js test/data/badcall.js test/data/badjson.js -- 2.39.5