KiCAD 项目使用什么 .gitignore?
KiCAD 生成许多类似备份的文件,例如 MyPCB.sch-bak,这些文件应该被 git 忽略,不需要提交到仓库。
这是我用来管理 KiCAD 项目的 .gitignore 文件:
.gitignore
*-bak
*-backups
*-cache*
*-bak*
_autosave*
\#auto_saved_files\#注意 TechOverflow 的 KiCAD 项目初始化脚本会自动生成此.gitignore。
Check out similar posts by category:
KiCad
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow