Say I have a staging area that has some additional files necessary for the staging area, that I don't want in my repository. Nor do I want to actually include those ignore patterns in the shared .gitignore file.
Ideal what I'd like to do is have a kind of "local only" .gitignore for just that environment, in addition to the shared .gitignore. Is that possible to do?
.gitignorein that directory - it doesn't have to be at project root.