21
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gitignoreファイルを無視させる

21
Posted at

課題

.gitignoreファイルに追記したいが、その追記を無視させたい時がある。
オリジナルの.gitignoreファイルを作成したい時の対処法がGithub Helpに書いてあったのでご紹介。

解決方法

.git/info/excludeに無視したいファイルを追記すればOK。
ここに追記したファイルは無視される一方、.git/info/excludeへの追記も無視される。

21
16
0

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
21
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?