generated from kui-shell/KuiClientTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
77 lines (63 loc) · 1.15 KB
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# electron builds
/dist
# warning for future reference: see https://github.com/IBM/kui/issues/209
# /package-lock.json
# in case we have some leftover temporary build output
/kui
# webpack and electron staging directories
kui-*-tmp
packages/*/package-lock.json
plugins/*/package-lock.json
*~
#*
dist/app
dist/build
dist/plugins
*.log
*.bak
node_modules
wskng.iml
.pre-scanned.json
app/.version
app/build/webpack-stats.html
app/content/**/*.js.map
app/src/@kui-plugin
.openwhisk-shell
dump.rdb
#openwhisk
.idea
.DS_Store
app.inst
.travis.yml.orig
*_BASE*
*_BACKUP*
*_LOCAL*
*_REMOTE*
keys
*flycheck*.ts
*flycheck*.js
*flycheck*.js.map
/build
*.bak.json
# these seem to come from node-pty or xterm.js
.swp
# we will copy this file out of packages/kui-builder for local dev
.npmrc
nohup.out
# tsc composite build files
*.tsbuildinfo
# any temporary npm packs
kui-shell-*.tgz
# mkclient.sh stage
kui-stage
# es6 compiled modules
packages/*/mdist
plugins/*/mdist
clients/**/mdist
# webpack-dev-server report
report.*.json
# packages/builder/dist/electron currently generates this and does not remove it
/kubectl-kui
/test-results/
/playwright-report/
/playwright/.cache/