how we can add git ignor gile code example
Example 1: create gitignore
# creates gitignore file
$ touch .gitignore
Example 2: gitignore folder
in .gitignore:
folder/
# creates gitignore file
$ touch .gitignore
in .gitignore:
folder/