klotho icon indicating copy to clipboard operation
klotho copied to clipboard

Allow an excludes or testDir flag in klotho compile

Open jhsinger-klotho opened this issue 3 years ago • 1 comments

When doing csharp integration tests we realised having a nested project then causes the application to not be compiled and built correctly.

Rather than coming up with a language specific implementation (both would be differernt in experience and a lot of work to make that determination) having an excludeDir or testDir flag could signal to the compiler to ignore certain files.

This will allow us to have the same experience across languages and faster compilation times

jhsinger-klotho avatar Feb 28 '23 16:02 jhsinger-klotho

Consider something equivalent to .gitignore for this

atorres-klo avatar Mar 21 '23 16:03 atorres-klo