diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-11-30 15:32:29 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-12-19 02:07:54 +0100 |
commit | 1754e315f8a7760bcdc162712d2be7fee058fdc2 (patch) | |
tree | 7a87700deb98af384dfee1c52f0933fa4e3d408c | |
parent | b3e0a560723762036b7a2a9d5c99b7b3681cbbc6 (diff) | |
download | jquery-1754e315f8a7760bcdc162712d2be7fee058fdc2.tar.gz jquery-1754e315f8a7760bcdc162712d2be7fee058fdc2.zip |
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
-rw-r--r-- | .eslintignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |