Dzbj_ESP32-S3_Key/.gitignore
Rdzleo 129dba8e1c 更换Home界面背景图为JaHub并清理仓库
- 新增 JaHub 360x360 背景图资源(ui_img_jahub360_png.c + jahub_full_bleed_360.png)
- Home界面背景图由 airhub 替换为 jahub360(ui_ScreenHome.c / ui.h / CMakeLists.txt)
- 更新 spiffs_image 下 02.jpg、default.jpg 图片资源
- .gitignore 新增忽略 /managed_components(组件管理器自动下载依赖)
- 删除设备运行日志.md

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11 15:55:07 +08:00

12 lines
287 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 忽略根目录下的 build 文件夹(包括其所有子文件/子文件夹)
/build
# 忽略根目录下的uniapp_code文件夹这是APP端的业务
/uniapp_code
# 忽略 macOS 系统文件
.DS_Store
# 忽略ESP-IDF组件管理器自动下载的依赖
/managed_components