add a file to gitignorte code example
Example 1: git add gitignore
$ touch .gitignore
Example 2: how to add filer to git ignore
go to the gitignore file, add the name of the file to ignore
$ touch .gitignore
go to the gitignore file, add the name of the file to ignore