mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
Update .gitignore
This commit is contained in:
parent
4e21a6b8b4
commit
ba75dddde1
28
.gitignore
vendored
28
.gitignore
vendored
@ -6,9 +6,8 @@
|
||||
classpath-data.json
|
||||
.myumldata
|
||||
|
||||
|
||||
*/bin/*
|
||||
/*/*/bin/*
|
||||
**/bin
|
||||
**/bin/**
|
||||
|
||||
/.metadata
|
||||
*/.metadata/*
|
||||
@ -16,32 +15,27 @@ classpath-data.json
|
||||
.idea
|
||||
|
||||
/.settings
|
||||
*/.settings/*
|
||||
/*/.settings/*
|
||||
/*/*/.settings/*
|
||||
**/.settings
|
||||
**/.settings/**
|
||||
|
||||
/.sts4-cache
|
||||
*/.sts4-cache/*
|
||||
**/.sts4-cache/**
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
*.log.*
|
||||
*/logs/*
|
||||
/log
|
||||
/log/*
|
||||
**/logs/**
|
||||
|
||||
*/jdk/*
|
||||
|
||||
*/org/apache/mybatis/jpa/*
|
||||
*/org/apache/mybatis/jpa/**
|
||||
|
||||
**/build
|
||||
**/build/**
|
||||
|
||||
/build/*
|
||||
*/build/*
|
||||
/*/*/build/*/*
|
||||
/*/build/*/*
|
||||
|
||||
*/META-INF/MANIFEST.MF
|
||||
/*/*/.gitignore
|
||||
/*/.gitignore
|
||||
**/.gitignore
|
||||
|
||||
/.gradle/
|
||||
/.gradle/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user