Files
AIGC/.gitignore
2025-10-21 16:50:33 +08:00

66 lines
685 B
Plaintext

# 依赖目录
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