5 Star 3 Fork 0

湘-枫叶情缘 / hetu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
pengyuanyuan003 提交于 2020-09-28 15:46 . feat: add yarn-lock
logs/
npm-debug.log
yarn-error.log
node_modules/
coverage/
.idea/
run/
.DS_Store
*.sw*
*.un~
dist/*
mochawesome-report/
# 屏蔽编译ts后生成的js/js.map文件
server/app/**/*.js
server/app/**/*.js.map
server/src/**/*.js
server/src/**/*.js.map
server/dist/**/*.js
server/dist/**/*.js.map
# 忽略编译出来的静态文件
server/app/public/
# 自带的index.html会在线上打包时被覆盖掉, 所以没有问题
server/dist
client/dist
client/.env.local
.history
.vscode
# 系统配置文件
system_config.ini
1
https://gitee.com/goodxiaowan/hetu.git
git@gitee.com:goodxiaowan/hetu.git
goodxiaowan
hetu
hetu
master

搜索帮助