mirror of
https://gitee.com/BDWare/common
synced 2025-01-10 01:44:16 +00:00
fix gitignore
This commit is contained in:
parent
3a69faa69b
commit
ec71d3fcd3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/build/
|
||||
*/build/*
|
||||
# Compiled class file
|
||||
*.class
|
||||
.DS_Store
|
||||
|
@ -21,6 +21,7 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
}
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
dependencies {
|
||||
api project(":gmhelper")
|
||||
|
Loading…
Reference in New Issue
Block a user