我正在尝试为.gitignore
使用git版本化并远程存储在GitHub上的Altium项目创建文件。
我不希望我的队友在每次进行小更改时都不得不不断进行更新,例如重新运行设计规则检查或重新编译项目,从而使他们不断挣扎。我应该添加到版本控制系统中的最小文件数是多少?
# Ignore the subdirectory where output job outputs are placed
GeneratedOutput
# Ignore autosave files (anything that begins with a tilde)
~*
# What else to ignore?