2011-09-12 15:37:41 +00:00
|
|
|
.project
|
2009-11-15 05:27:06 +00:00
|
|
|
.settings
|
|
|
|
*~
|
2009-11-30 18:00:06 +00:00
|
|
|
*.diff
|
|
|
|
*.patch
|
2009-12-10 07:45:56 +00:00
|
|
|
/*.html
|
2009-12-10 07:49:13 +00:00
|
|
|
.DS_Store
|
2013-12-06 20:55:55 +00:00
|
|
|
.bower.json
|
|
|
|
.sizecache.json
|
2017-06-26 15:03:45 +00:00
|
|
|
yarn.lock
|
2023-09-18 16:39:00 +00:00
|
|
|
.eslintcache
|
2013-11-15 14:55:59 +00:00
|
|
|
|
2016-07-25 23:53:57 +00:00
|
|
|
npm-debug.log*
|
2016-02-13 19:35:59 +00:00
|
|
|
|
2023-09-18 16:39:00 +00:00
|
|
|
# Ignore everything in `dist` folder except for
|
|
|
|
# the ESLint config & package.json files
|
2016-06-22 15:41:57 +00:00
|
|
|
/dist/*
|
2023-07-10 17:14:08 +00:00
|
|
|
!/dist/package.json
|
|
|
|
|
|
|
|
# Ignore everything in the `dist-module` folder except for the ESLint config,
|
|
|
|
# package.json & Node module wrapper files
|
|
|
|
/dist-module/*
|
|
|
|
!/dist-module/package.json
|
|
|
|
!/dist-module/jquery.node-module-wrapper.js
|
|
|
|
!/dist-module/jquery.node-module-wrapper.slim.js
|
2016-06-22 15:41:57 +00:00
|
|
|
|
2021-03-24 22:36:25 +00:00
|
|
|
/external
|
2013-11-15 14:55:59 +00:00
|
|
|
/node_modules
|
2015-06-01 21:25:38 +00:00
|
|
|
|
2019-03-04 17:30:51 +00:00
|
|
|
/test/data/core/jquery-iterability-transpiled.js
|
2020-01-07 22:59:08 +00:00
|
|
|
/test/data/qunit-fixture.js
|