Use the command: git status in the terminal. Can you display the status of files in .gitignore? .gitignore:
git status:
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
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