I want to have two .gitignore files.
I would like to have two .gitignore
files for my project. One is already committed to the repo. I do not want to change that file & at the same time I want to ignore some other files (We are a big team & strict code review practice stops us from committing .gitignore
files to repo)
Can I point my repo to two ignore files? Or can I have a local gitignore
file & a global gitignore
file?
Can we even replicate this in some sandbox & see a live example online.