LoginSignup
11
10

More than 5 years have passed since last update.

自分の環境のみGit管理対象外を指定する

Posted at

リポジトリ単位での指定

下記のファイルにignoreするファイル、フォルダを記述する

.git/info/exclude

ローカル全体での指定

下記のファイルにignoreするファイル、フォルダを記述する

<Home>/.git/info/exclude
11
10
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
10