mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
25d8ccd111
* Bump eslint-config-jquery package to 0.1.4 version * Add subtask "dist" to "eslint" task and add it to the build task list * Make gitignore globs more flexible for the "dist" folder Fixes gh-3169
20 lines
249 B
Plaintext
20 lines
249 B
Plaintext
.project
|
|
.settings
|
|
*~
|
|
*.diff
|
|
*.patch
|
|
/*.html
|
|
.DS_Store
|
|
.bower.json
|
|
.sizecache.json
|
|
|
|
npm-debug.log
|
|
|
|
# Ignore everything in dist folder except for eslint config
|
|
/dist/*
|
|
!/dist/.eslintrc
|
|
|
|
/node_modules
|
|
|
|
/test/node_smoke_tests/lib/ensure_iterability.js
|