How to prevent .gitignore from being tracked itself
This sounds stupid but it's driving me crazy, I'm new to working collaboratively with git.
I'm using VS code to work on a project hosted on github. Git will always track the .gitignore file itself and therefore my remote `main` on github always shows me as being one commit ahead of the project I forked, which then is always prompting me to make a pull request of course
Has to be something simple I'm missing