Aptana 3에 문제가 있습니다. github에서 프로젝트를 복제 할 수 있습니다. 하지만 내 문제는 gitignore 파일이 제대로 작동하지 않는다는 것입니다. gitignore리스트에있는 파일을 수정하면 여전히 수정 또는 커밋 목록에 해당 파일이 표시됩니다..gitignore 파일이 Aptana에서 작동하지 않습니다. 3
콘솔을 통해 git init을 수행하면 Aptana ui는 파일 수정을 표시하지 않습니다. UI를 통해 초기화 할 때, 수정 된 파일은 수정 될 때 별표를 표시하지만 gitignore 파일 (github 저장소에서 기존)은 작동하지 않습니다. 이 문제를 해결하는 쉬운 방법이 있습니까?
감사합니다. 이 파일을 수정 내 gitignore 파일
config/database.yml
에서
예는 여전히
$ 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
코드 스 니펫이 추가 된 사진 – HelloWorld
aptana가 저장소를 숨긴 곳에서 콘솔에'git status'의 명령 행 출력을 붙여 넣을 수 있습니까? –