mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
a684e6ba83
In gh-4466, we removed the `external` directory in favor of loading some files directly from `node_modules`. This works fine locally but when deploying code for tests, this makes it impossible to not deploy `node_modules` as well. To avoid the issue, this change restores usage of the `external` directory. One change is that we no longer commit this directory to the repository, its only purpose is to have clear isolation from `node_modules`. Ref gh-4466 Closess gh-4865
25 lines
326 B
Plaintext
25 lines
326 B
Plaintext
.project
|
|
.settings
|
|
*~
|
|
*.diff
|
|
*.patch
|
|
/*.html
|
|
.DS_Store
|
|
.bower.json
|
|
.sizecache.json
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
npm-debug.log*
|
|
|
|
# Ignore everything in dist folder except for eslint config
|
|
/dist/*
|
|
!/dist/.eslintrc.json
|
|
|
|
/amd
|
|
/external
|
|
/node_modules
|
|
|
|
/test/data/core/jquery-iterability-transpiled.js
|
|
/test/data/qunit-fixture.js
|