且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Git忽略public / index.html

更新时间:2023-11-17 23:09:10

The command to use whan a file is not added/committed is:

git check-ignore -v -- public/index.html

That will tell you if there is any gitignore/exclude/core.excludesfile file with an ignore rule.

Typically, an IDE can add its own ignore rules in a global gitignore file.