# springaidemo **Repository Path**: zhaozhe/springaidemo ## Basic Information - **Project Name**: springaidemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-12 - **Last Updated**: 2025-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README https://blog.csdn.net/Javachichi/article/details/149090862 # 忽略编译输出目录 /target/ /build/ /out/ # 忽略IDE配置文件 /.idea/ /.vscode/ *.iml *.ipr *.iws # 忽略JDK环境配置文件 /.settings/ /.classpath /.project # 忽略日志和临时文件 *.log *.tmp *.swp *~ # 忽略依赖库缓存 /lib/ !/lib/README.md # 忽略系统文件 .DS_Store Thumbs.db