Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 git 的根目录中有很多文件夹。
每个文件夹和子目录都会有文件夹调用mytemp和.hg
mytemp
.hg
我如何忽略这两个目录中的所有文件和子文件夹。
我不能提及路径,因为它们将在许多文件夹中
使用以下两种模式在项目的根目录中添加一个 .gitignore 文件:
mytemp/ .hg/