config fiel .inogrone in git code example
Example 1: create gitignore
# creates gitignore file
$ touch .gitignore
Example 2: git ignore not saving changes
git rm -rf --cached .
git add .
# creates gitignore file
$ touch .gitignore
git rm -rf --cached .
git add .