assets
dist
webpack.config.js

# Ignore all third-party libraries (but we have a couple libs we WANT to lint)
js/lib/*.js
js/lib/ckeditor
js/lib/jquery/jquery-*.js
# We have a few libraries in /lib/jquery/ that are not third-party and should be linted:
!js/lib/inject.js
!js/lib/jquery/core.js
!js/lib/jquery/jquery.js
!js/lib/jquery/jquery-skuid.js
!js/lib/jSZip.js

tests/index.html
tests/qunit.js
tests/js/lib/jquery.js
jsdoc/site

build