Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.gitignore に問題があります
ここに私の .gitignore コンテンツがあります:
application/configs/application.ini cache/ uploads/ thumbs/ docs/ .htaccess *.swp *~ nbproject/
application/configs/application.iniを除くすべてで機能します
理由がわかりません
手伝ってくれませんか
ありがとう :)
application/configs/application.iniはおそらく既に追跡されています。 今後無視されるようにするには、レポから削除する必要があります: git rm --cached application/configs/application.ini.
git rm --cached application/configs/application.ini