Aptana 3 に問題があります。github からプロジェクトを git clone できます。しかし、私の問題は、gitignore ファイルが正しく機能していないことです。gitignore リストにあるファイルを変更しても、変更リストまたはコミット リストに表示されます。
コンソールから git init を実行すると、Aptana UI にファイルの変更が表示されません。UI を介して初期化すると、変更されたファイルには変更時にアスタリスクが表示されますが、gitignore ファイル (github リポジトリから既存のもの) が機能していません。これを回避する簡単な方法はありますか?
ありがとう。
私のgitignoreファイルの例
config/database.yml
このファイルを変更しても表示される
Gitステータスは次を返します...
$ git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: .gitignore
#
# 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.lock
# modified: config/database.yml
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# .project