I've java project which generates html files in directory path main_project/target/cucumber_output/
I need to check in only these html files and nothing more. But when I create gh-pages branch on main_project it does check-in target/cucumber_output folders as well.
I need to check in only all the files under cucumber_out, how to do that ?
Thanks in advance.
Regards, Vikram