toy-Kapi_Rtc/.gitignore
Rdzleo f3cc5b4f5a chore: 跟踪 sdkconfig 保证多电脑 clone 后可直接编译
.gitignore 移除 sdkconfig 那行 (sdkconfig.old 仍忽略),
首次提交当前 sdkconfig (kapi 软件 AEC + 火山 RTC 已验证配置).

Why: 后续在其他电脑拉取代码时无需 idf.py reconfigure,
     避免 menuconfig 默认值与已验证配置不一致导致项目跑不起来.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 16:23:40 +08:00

22 lines
714 B
Plaintext

tmp/
# 顶层 components/ 下默认全部 ignore (第三方 SDK/库), 但 common/ 是项目自己代码要跟踪
/components/*
!/components/common/
# 子项目 (esp-spot 等) 里的 components/ 一律 ignore (历史规则保持)
esp-spot/**/components/
# dzbj/ 是嵌套的独立 git 仓库 (Dzbj_ESP32-S3 项目, 自己的 remote)
# 历史上以 gitlink mode 160000 误加进索引但缺 .gitmodules, 已 git rm --cached 移除
# 两个项目独立维护, Kapi 主仓不再跟踪 dzbj
dzbj/
managed_components/
build/
.vscode/
.cache/
.devcontainer/
sdkconfig.old
# sdkconfig 改为跟踪 (其他电脑 clone 后无需 reconfigure 也能编译)
dependencies.lock
.env
releases/
main/assets/lang_config.h
.DS_Store