1 Star 0 Fork 24

sumaolin/taroify

forked from mallfoundry/taroify 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yang 提交于 2022-02-16 20:24 . Fix first time develop error (#362)
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.yarn
.pnp.js
node_modules/
/packages/*/node_modules
/packages/*/package-lock.json
# testing
/coverage
# eslint
.eslintcache
# bundles
/bundles
# production
/build
/dist
.cache/
/site/public/
/packages/*/dist
/packages/*/build
/problems/*/dist
#gatsby
.content/
# temp
.temp/
.rn_temp/
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
npm-error.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
lerna-error.log*
yarn.lock
# IntelliJ IDEA
.idea
*.iws
*.iml
*.ipr
# vscode
.history
.vscode
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sumaolin/taroify.git
[email protected]:sumaolin/taroify.git
sumaolin
taroify
taroify
main

搜索帮助