Build file are not including in .git ignore

I am facing an issue that build files are not including in .git ignore file.

I am attaching the file snap of .git ignore below:

I am using axelor 7.0 version.

Hello

In your .gitignore file build/ folder is listed (Line no : 5) so it will ignore in git management.
And build is the folder which is generated automatically while building the project so we don’t need that folder to be tracked in git.

Let us know your issue in details.

Thank you.