84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
* !about/* !.gitignore !extend/* !extend/core/2029321.php !extend-library/* !imaegs/*
*忽略库中的所有文件之后下面开始添加例外现在问题来了1、已经提交过的文件 删除 和 更变都会被检测2、新建立的文件 例如extend/core/2029321.php 就不会被检测。
求解、
闭关修行中......
スタックオーバーフローから再投稿
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
スタックオーバーフローから再投稿
git rm -r --cached .
を実行して、変更されたすべてのファイルをインデックスから削除しますgit rm -r --cached .
从 index 内删除所有变更过的文件git add .
和git commit -m ".gitignore is now working"
git add .
とgit commit -m ".gitignore is now working"
を実行します。