jquery/.gitignore
Michał Gołębiowski-Owczarek 5701957b72
Build: Drop individual AMD modules
With this change, jQuery build no longer generates the `amd` directory with
AMD modules transpiled from source `src` ECMAScript Modules. To use individual
jQuery modules from source, ESM is now required.

Note that this DOES NOT affect the main `"jquery"` AMD module defined by built
jQuery files; those remain supported.

Closes gh-5276
2023-06-27 18:23:58 +02:00

24 lines
321 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
/external
/node_modules
/test/data/core/jquery-iterability-transpiled.js
/test/data/qunit-fixture.js