mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
308e4b534b
Fixes gh-3246
20 lines
255 B
Plaintext
20 lines
255 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.json
|
|
|
|
/node_modules
|
|
|
|
/test/node_smoke_tests/lib/ensure_iterability.js
|