git conflict delete after gitignore code example
Example: why is merge removing gitingore
git rm --cached remove_file
add file to gitignore
git add .gitignore
git commit -m "Excluding"
git rm --cached remove_file
add file to gitignore
git add .gitignore
git commit -m "Excluding"