gitignore file extensions code example
Example 1: comments in .gitignore
start with '#' like in python. thats it
# this is comment simple
Example 2: .gitignore
node_modules
.DS_Store
.env
start with '#' like in python. thats it
# this is comment simple
node_modules
.DS_Store
.env