fix: 修复配置文件

This commit is contained in:
liangcheng 2025-09-11 16:58:17 +08:00
parent 4694fd460f
commit 6c47605730
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/build.gradle /build.gradle
/gradle/ /gradle/
/secondev-chapanda-attend/build /secondev-chapanda-attend/build
/secondev-chapanda-workflow/build

View File

@ -0,0 +1,8 @@
plugins{
id 'java'
}
description = ""
dependencies {
//
}