Quantcast
Channel: jun01tの日記
Viewing all articles
Browse latest Browse all 87

.gitignoreに書くほどでもないとき.git/info/exclude

$
0
0

gitプロジェクトに以下のファイルがすでに作られている(git init実行時に作成される)

.git/info/exclude

cd .git/info
open exclude

excludeファイルにgit管理したくないファイルパスを追加すると個人専用の.gitignoreが使える

/path/filename

Viewing all articles
Browse latest Browse all 87

Trending Articles