how to write in wildcard characters to ignore some name convention files in a directory in windows code example
Example: git ignore content of a folder
# exclude everything
somefolder/*
# exception to the rule
!somefolder/.gitkeep
# exclude everything
somefolder/*
# exception to the rule
!somefolder/.gitkeep