Can git status display the status of files in .gitignore?
巴扎黑
巴扎黑 2017-05-02 09:51:19
0
4
761

Use the command: git status in the terminal.
Can you display the status of files in .gitignore?
.gitignore:

git status:

巴扎黑
巴扎黑

reply all(4)
曾经蜡笔没有小新

The ignored items in the .gitignore file will not be displayed.

世界只因有你

It’s okay, even if git is displayed, it will not be submitted when you push it, don’t worry

小葫芦

There is a command that can also be seen, git status --help view options, you can see related commands

为情所困

Some files will be seen by git status even if they are written in gitignore

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template