aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: afaf4c8842275c1c71c4e1c9c267c74e13623b18 (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
.project
.settings
*~
*.diff
*.patch
.DS_Store
.bower.json
.sizecache.json
yarn.lock
.eslintcache
tmp

npm-debug.log*

/dist

# Ignore main branch builds
/dist-module

/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