mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-02 07:01:47 +08:00
优化: 修改忽略文件忽略各种开发工具生成的临时文件
This commit is contained in:
37
server/.gitignore
vendored
37
server/.gitignore
vendored
@@ -1,4 +1,35 @@
|
||||
/.idea
|
||||
/.vscode
|
||||
HELP.md
|
||||
/target/
|
||||
/likeadmin-java.iml
|
||||
/**/target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
/build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
rebel-remote.xml
|
||||
rebel.xml
|
||||
|
||||
### customize ###
|
||||
/likeadmin-java.iml
|
||||
Reference in New Issue
Block a user