Ignore
In your project, are there any files that you don't want to ignore? Then use Ignore feature.
They will no longer be appear after you run the status command.
Click the configuration button on the top right of SCM layout, and choose the "Ignore list" tab.

​
Please specify the file here that Git will not track.

Ignore command can be applied to error logs or auto-generated files.
However, if the file is already version controlled by Git (which has been added to the repository), it will not be ignored.
​
Last modified 3yr ago