This commit is contained in:
MaxKey
2020-08-05 20:34:13 +08:00
parent 108b37681d
commit 3bf2566fbd
3 changed files with 10 additions and 8 deletions

14
.gitignore vendored
View File

@@ -2,29 +2,31 @@
#.gitignore
*.class
*/bin/*
bin/*
/bin
/*/*/bin/*
/.gradle/*
/.metadata
# Log file
*.log
*.log.*
*/logs/*
/log
/log/*
*/jdk/*
*/.settings/*
/.settings
*/org/apache/mybatis/jpa/*
/build/*
*/build/*
build/*
/build
/*/*/build/*/*
/*/build/*/*
*/META-INF/MANIFEST.MF
/*/*/.gitignore
/*/.gitignore
/.gradle/
/.gradle/*