klotho
klotho copied to clipboard
Allow an excludes or testDir flag in klotho compile
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
Consider something equivalent to .gitignore for this