commit 999a4e78038cbe68afa06d8687ff88c5d1469545 Author: chuyongshuo <1974760058@qq.com> Date: Fri Mar 7 17:08:14 2025 +0800 昌浩MQTT全量消息接收项目-1016设备 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea3b3e1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# 忽略编译生成的类文件 +*.class + +# 忽略 Maven 和 Gradle 的构建输出 +/target/ +/build/ + +# 忽略 IDE 相关文件 +.idea/ +*.iml + +# 忽略日志文件 +*.log + +# 忽略临时文件 +*.tmp +*.temp + +# 忽略操作系统生成的文件 +.DS_Store +Thumbs.db + +# 忽略 JAR 文件 +*.jar + +# 忽略环境配置文件 +.env