add a file to git ignore command code example
Example 1: how to git ignore a file
git config --global core.excludesfile ~/.gitignore_global
Example 2: how to add filer to git ignore
go to the gitignore file, add the name of the file to ignore
git config --global core.excludesfile ~/.gitignore_global
go to the gitignore file, add the name of the file to ignore