如果它有自己的.git目录,我想忽略目录。
.git
project-root - sub-project1 (with `.git`) - sub-project2 (with `.git`) - other files
我如何告诉(.gitignore)忽略所有具有自己的.git的目录,例如sub-project1 / 2?
.gitignore
你需要一个脚本:
dirname