Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 421 Bytes
Copy Edit Raw Blame History
踩着两条虫 authored 2019-05-09 15:58 . 完成前端功能开发
.DS_Store
/web/node_modules
/server/node_modules
/server/db
/web/public/output
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
# framework
/web/dist_docs/
/web/test/unit/coverage/
/web/src/base/
/web/public/lib/theme/
/web/docs/static/
/web/tests/coverage
/web/ckeditor/node_modules
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化