How to configure Git to Ignore some Files Locally without editing the Global Git Config
To ignore files locally without polluting the global git config, you can create a file called .git/info/exclude
To ignore files locally without polluting the global git config, you can create a file called .git/info/exclude