blob: 2b984efe70f61291c8d86430cec5f5a4a249fbcb (
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
39
|
.project
.settings
*~
*.diff
*.patch
.DS_Store
.bower.json
.sizecache.json
yarn.lock
.eslintcache
tmp
npm-debug.log*
# Ignore built files in `dist` folder
# Leave the package.json and wrappers
/dist/*
!/dist/package.json
!/dist/wrappers
# Ignore built files in `dist-module` folder
# Leave the package.json and wrappers
/dist-module/*
!/dist-module/package.json
!/dist-module/wrappers
/external
/node_modules
/test/data/core/jquery-iterability-transpiled.js
/test/data/qunit-fixture.js
# Release artifacts
changelog.html
contributors.html
# Ignore BrowserStack testing files
local.log
browserstack.err
|