comments in gitignore file code example
Example 1: comments in .gitignore
start with '#' like in python. thats it
# this is comment simple
Example 2: how to git ignore a file
git config --global core.excludesfile ~/.gitignore_global
start with '#' like in python. thats it
# this is comment simple
git config --global core.excludesfile ~/.gitignore_global