mirror of
https://gitee.com/BDWare/common
synced 2026-01-28 16:29:29 +00:00
fix gitignore
This commit is contained in:
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")
|
||||
|
||||
Reference in New Issue
Block a user