Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 830 Bytes
Copy Edit Raw Blame History
tzk007 authored 2023-04-13 05:38 . !19 update .gitignore
# Compiled class file
#.gitignore
*.class
.classpath
.project
classpath-data.json
.myumldata
setEnvVars.bat
**/bin
**/bin/**
/.metadata
*/.metadata/*
.idea
/.settings
**/.settings
**/.settings/**
/.sts4-cache
**/.sts4-cache/**
# Log file
*.log
*.log.*
**/logs/**
*/jdk/*
*/org/apache/mybatis/jpa/**
**/build
**/build/**
*/META-INF/MANIFEST.MF
**/.gitignore
**/target/*
/.gradle/
/.gradle/*
.vscode/settings.json
maxkey-web-frontend/maxkey-web-mgt-app/node_modules/
maxkey-web-frontend/maxkey-web-mgt-app/.angular
maxkey-web-frontend/maxkey-web-mgt-app/yarn.lock
maxkey-web-frontend/maxkey-web-mgt-app/dist
maxkey-web-frontend/maxkey-web-app/node_modules/
maxkey-web-frontend/maxkey-web-app/.angular/
maxkey-web-frontend/maxkey-web-app/yarn.lock
maxkey-web-frontend/maxkey-web-app/dist
release_frontend.bat
**/out/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化