Is it possible to have repo specific .gitignore files? Eg:
[origin] .gitignore:
[another] .gitignore:
The purpose behind this is that we deploy using git on to a managed cloud service and we'd like to keep dev files in version control but not push them to a repo.
Yes, you can put per repository ignore patterns in .git/info/exclude
in each repository.
(Note, this only affects what is ignored in each repository, it won't affect files that you actively place under source control and the push. I'm not completely clear on your desired use case.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With