Build: Fix pre release matching in compare size regex
[jquery.git] / .gitignore
blob2b984efe70f61291c8d86430cec5f5a4a249fbcb
1 .project
2 .settings
3 *~
4 *.diff
5 *.patch
6 .DS_Store
7 .bower.json
8 .sizecache.json
9 yarn.lock
10 .eslintcache
11 tmp
13 npm-debug.log*
15 # Ignore built files in `dist` folder
16 # Leave the package.json and wrappers
17 /dist/*
18 !/dist/package.json
19 !/dist/wrappers
21 # Ignore built files in `dist-module` folder
22 # Leave the package.json and wrappers
23 /dist-module/*
24 !/dist-module/package.json
25 !/dist-module/wrappers
27 /external
28 /node_modules
30 /test/data/core/jquery-iterability-transpiled.js
31 /test/data/qunit-fixture.js
33 # Release artifacts
34 changelog.html
35 contributors.html
37 # Ignore BrowserStack testing files
38 local.log
39 browserstack.err