]> source.dussan.org Git - jquery.git/commitdiff
Build: Add most of the dist folder to .eslintignore 3385/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 30 Nov 2016 14:32:29 +0000 (15:32 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 19 Dec 2016 01:07:54 +0000 (02:07 +0100)
This way `eslint .` run from the terminal will work regardless of ignored
files present in the repository.

Closes gh-3385

.eslintignore

index 484ceeede714e673cb17ce89675747eb142ff59f..4154933516e4cb08335a932034dce443f9b62983 100644 (file)
@@ -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