-
Notifications
You must be signed in to change notification settings - Fork 476
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (26 loc) · 448 Bytes
/
.gitignore
File metadata and controls
30 lines (26 loc) · 448 Bytes
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
coverage
CDN
.project
.settings
*~
*.diff
*.patch
/*.html
.DS_Store
.sizecache.json
.eslintcache
# 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
# Ignore BrowserStack files
local.log
browserstack.err