I need to work on file.txt locally and in Git, with different content. I want Git not to tell me that there have been changes to that file.
file.txt
Is this possible
Can you not use .gitignore file?