我遇到了Aptana 3的問題。我可以從github克隆項目。但我的問題是,gitignore文件無法正常工作。當我修改gitignore列表中的文件時,它仍然將其顯示在修改或提交列表中。.gitignore文件不工作在Aptana 3
如果我通過控制檯執行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
你可以請你發佈你的.gitignore文件和提交的文件名嗎? – leopic 2012-07-18 23:32:39
添加代碼片段的照片 – HelloWorld 2012-07-18 23:37:49
您是否還可以在控制檯上將'git status'的命令行輸出粘貼到aptana隱藏存儲庫的位置? – 2012-07-18 23:52:21