I would like to know how to gitignore files but only on local, without pushing it (because the other people working on the project should not get this update of gitignore of files I added there.
To be simple, after a git status I only have :
modified: .gitignore
because I added my files to ignore to my gitignore but well now I want the line above gone without pushing it.