Git ignore reports?

hi all
OS: w10
Katalon 5.9.1

i use git integration and write gitignore like this

/bin/
/Libs/
/.settings/
/.classpath
/.svn/
Reports/

when i commit, files under Reports directory appear in unstages changes
image

how to show only commitable files ??

thanks for all your ideas

You need to close and re-open the project after modifying .gitignore.

1 Like

it’s working!!

thanks a lot