tp5执行忽略文件命令

命令:

git rm -r --cached .

git add .

git commit -m 'update .gitignore'


忽略文件名:gitignore

忽略内容:如下

/runtime
/application/config.php
/application/database.php
/application/route.php
/thinkphp/base.php
/.idea


你可能感兴趣的:(学习笔记)