Is it possible to use a .dockerignore conditionally?
Is there a way to use a .dockerignore file conditionally? I have a huge C# codebase, and I obviously have a lot of tests. But tests contain lots of miscelanious data (~100-150mb for all the tests in the whole codebase).…