加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 492 Bytes
一键复制 编辑 原始数据 按行查看 历史
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
/.vscode
# dependencies
/node_modules
/.pnp
/test-output
.pnp.js
# testing
/coverage
# packaging
/build
# releases
/releases/
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# dev
secrets.sh
# ide
.idea
# complexity reports
es6-src/
report/
# VoTT Server
server/lib
server/node_modules
server/coverage
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化