Tests: include github ref in concurrency group
[jquery.git] / .gitignore
blobff0a4190060d3f77a653239fe7fc98157c5cb51a
1 .project
2 .settings
3 *~
4 *.diff
5 *.patch
6 /*.html
7 .DS_Store
8 .bower.json
9 .sizecache.json
10 yarn.lock
11 .eslintcache
12 tmp
14 npm-debug.log*
16 # Ignore everything in `dist` folder except for
17 # the ESLint config & package.json files
18 /dist/*
19 !/dist/package.json
20 !/dist/jquery.bundler-require-wrapper.js
21 !/dist/jquery.bundler-require-wrapper.slim.js
23 # Ignore everything in the `dist-module` folder except for the ESLint config,
24 # package.json & Node module wrapper files
25 /dist-module/*
26 !/dist-module/package.json
27 !/dist-module/jquery.node-module-wrapper.js
28 !/dist-module/jquery.node-module-wrapper.slim.js
30 /external
31 /node_modules
33 /test/data/core/jquery-iterability-transpiled.js
34 /test/data/qunit-fixture.js
36 # Ignore BrowserStack files
37 local.log
38 browserstack.err