Initial commit: 项目初始化

This commit is contained in:
root 2026-05-20 15:54:52 +08:00
commit 5b3474c57a
2 changed files with 30 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@ -0,0 +1,27 @@
# Java
target/
*.class
*.jar
*.war
*.ear
.gradle/
build/
# IDE
.idea/
*.iml
.vscode/
.settings/
.project
.classpath
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temp files
*.tmp
*.bak

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# 任务自主规划软件开发项目
暂无描述