Initial commit: AIGC项目完整代码

This commit is contained in:
AIGC Developer
2025-10-21 16:50:33 +08:00
commit 47c8e02ab0
137 changed files with 30676 additions and 0 deletions

65
.gitignore vendored Normal file
View File

@@ -0,0 +1,65 @@
# 依赖目录
node_modules/
*/node_modules/
# 构建输出
dist/
build/
target/
# 日志文件
*.log
logs/
# 环境变量文件
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE文件
.vscode/
.idea/
*.swp
*.swo
# 操作系统文件
.DS_Store
Thumbs.db
# 临时文件
*.tmp
*.temp
# Java编译文件
*.class
# Maven
.mvn/
mvnw
mvnw.cmd
# Spring Boot
application-*.properties
!application.properties
!application-dev.properties
!application-prod.properties
# 数据库文件
*.db
*.sqlite
# 测试文件
test.html
test-*.html
test-*.sh
test-*.md
# 启动脚本
start-service.bat
startup.log
# 其他
*.jar
!mysql-connector-java-8.0.33.jar