.gitignore 447 字节
Newer Older
O
oceanbase-admin 已提交
1 2 3 4 5 6 7 8
nohup.out
*.pyc
*.pyo
build
dist
.vscode
.git
__pycache__
R
Rongfeng Fu 已提交
9 10 11 12 13 14 15 16 17 18 19 20 21
.idea
.obd
plugins/oceanbase-ce
config_parser/oceanbase-ce
tags
 .DS_store



# dependencies
/web/node_modules
/web/npm-debug.log*
/web/yarn-error.log
R
Rongfeng Fu 已提交
22
# /web/yarn.lock
R
Rongfeng Fu 已提交
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
/web/package-lock.json
/web/.mfsu-dev
/web/.mfsu-prod

# production
/web/dist

# misc
/web/**/.DS_Store
/web/.DS_Store

# umi
/web/src/.umi
/web/src/.umi-production
/web/src/.umi-test
/web/.env.local
R
Rongfeng Fu 已提交
39
/web/.must.config.js