gitignore commet code example
Example 1: comments in .gitignore
start with '#' like in python. thats it
# this is comment simple
Example 2: git exclude folder
directory_to_exclude/
start with '#' like in python. thats it
# this is comment simple
directory_to_exclude/