他の人がレポ内のファイルを必要とするため、.gitignore を変更したくありません。しかし、使用したい独自のコピーがあります。
以下を編集.git/info/exclude
・追加しました。
/Gemfile
/Gemfile.lock
/config/database.yml
/spec/spec_helper.rb
これは何もしないようです。git status
まだ表示されます:
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: Gemfile
# modified: Gemfile.lock
# modified: config/database.yml
# modified: spec/spec_helper.rb
.gitignore を使用せずにローカル バージョンのファイルを保持する最善の方法は何ですか?