84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
* !about/* !.gitignore !extend/* !extend/core/2029321.php !extend-library/* !imaegs/*
*忽略库中的所有文件 之后下面开始添加例外 现在问题来了 1、已经提交过的文件 删除 和 更变都会被检测 2、新建立的文件 例如extend/core/2029321.php 就不会被检测。
求解、
闭关修行中......
Reposted from Stack Overflow
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
Reposted from Stack Overflow
git rm -r --cached .
Delete all changed files from indexgit add .
和git commit -m ".gitignore is now working"