Is it possible to have repo specific .gitignore files? Eg:
[origin] .gitignore:
[another] .gitignore:
Yes you can, just can't have them in the same folder. If you create a new folder, day "deploy" and publish your deploy data there, it will use the .gitignore in that folder (not the root one).