aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: ff0a4190060d3f77a653239fe7fc98157c5cb51a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.project
.settings
*~
*.diff
*.patch
/*.html
.DS_Store
.bower.json
.sizecache.json
yarn.lock
.eslintcache
tmp

npm-debug.log*

# Ignore everything in `dist` folder except for
# the ESLint config & package.json files
/dist/*
!/dist/package.json
!/dist/jquery.bundler-require-wrapper.js
!/dist/jquery.bundler-require-wrapper.slim.js

# 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

/external
/node_modules

/test/data/core/jquery-iterability-transpiled.js
/test/data/qunit-fixture.js

# Ignore BrowserStack files
local.log
browserstack.err