昌浩MQTT全量消息接收项目-1016设备
This commit is contained in:
commit
999a4e7803
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# 忽略编译生成的类文件
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# 忽略 Maven 和 Gradle 的构建输出
|
||||||
|
/target/
|
||||||
|
/build/
|
||||||
|
|
||||||
|
# 忽略 IDE 相关文件
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# 忽略日志文件
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# 忽略临时文件
|
||||||
|
*.tmp
|
||||||
|
*.temp
|
||||||
|
|
||||||
|
# 忽略操作系统生成的文件
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# 忽略 JAR 文件
|
||||||
|
*.jar
|
||||||
|
|
||||||
|
# 忽略环境配置文件
|
||||||
|
.env
|
Loading…
Reference in New Issue
Block a user