how to create a gitignore fiel code example
Example 1: create gitignore
# creates gitignore file
$ touch .gitignore
Example 2: create .gitignore
$ touch .gitignore
# creates gitignore file
$ touch .gitignore
$ touch .gitignore