加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuebin 提交于 2022-11-16 22:08 . style: 依赖管理
.DS_Store
**/node_modules/
**/dist/
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
**/*.log
logs
**/*.jar
# easy-deploy-jar-with-dependencies.jar 必须提交
!**/easy-deploy-jar-with-dependencies.jar
!**/examples.jar
!**/jna.jar
**/*.tar
**/tests/**/coverage/
**/tests/e2e/reports
**/selenium-debug.log
# Editor directories and files
**/.idea
**/.vscodes
**/*.suo
**/*.ntvs*
**/*.njsproj
**/*.sln
**/*.local
**/package-lock.json
**/yarn.lock
**/target
**/*.iml
*.iml
*.ipr
*.iws
pom-xml-flattened
**/pom-xml-flattened
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化