Core: Use named exports in `src/`
[jquery.git] / .gitignore
blob1d43584d85a16f5931a09a55ae00b35d6d3c3140
1 .project
2 .settings
3 *~
4 *.diff
5 *.patch
6 /*.html
7 .DS_Store
8 .bower.json
9 .sizecache.json
10 yarn.lock
11 package-lock.json
13 npm-debug.log*
15 # Ignore everything in `dist` folder except for the ESLint config
16 /dist/*
17 !/dist/.eslintrc.json
18 !/dist/package.json
20 # Ignore everything in the `dist-module` folder except for the ESLint config,
21 # package.json & Node module wrapper files
22 /dist-module/*
23 !/dist-module/.eslintrc.json
24 !/dist-module/package.json
25 !/dist-module/jquery.node-module-wrapper.js
26 !/dist-module/jquery.node-module-wrapper.slim.js
28 /external
29 /node_modules
31 /test/data/core/jquery-iterability-transpiled.js
32 /test/data/qunit-fixture.js