我想在特定的开发环境中使用 git。元交易者 4。
开发目录的结构是固定的,是这样的:
MQL4
Expert
Files
imagery
Include
Indicators
一些目录默认带有示例文件。我的想法是在这些目录下创建目录,并在 .gitignore 中指出,我希望 git 只需要考虑这些目录。
MQL4
Expert
MyGITExperts
Files
imagery
Include
MyGITInclude
Indicators
MyGITIndicators
我的想法是对的吗?有更好的吗?如何告诉 git,它应该只处理这些和这些子文件夹?