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
これら2つのディレクトリ内のすべてのファイルとサブフォルダーを無視するにはどうすればよいですか?
パスは多くのフォルダーにあるため、パスについて言及することはできません
次の 2 つのパターンを使用して、プロジェクトのルートに .gitignore ファイルを追加します。
mytemp/ .hg/