...
1Placeholder file to allow git to track this directory.
2This allows us to use go:embed of the directory in the test file without causing
3compilation issues when using go tools outside of bazel. Please note the test
4won't run successfully when using any tools outside of bazel as bazel populates
5this directory during build time. We don't use `write_source_files` to populate
6this directory as this would break the direct dependency between the test and
7the source manifests/container_push rule, causing potentially stale data to be
8used in tests when running locally.
View as plain text