Skip to content

Releases: ubicloud/terraform-provider-ubicloud

v0.1.0

11 Jul 12:04
Compare
Choose a tag to compare
Add .gitignore to create directories for generated output

On a fresh checkout, `make` does not build, as Git cannot represent
fully empty directories.  So we need some kind of file in there, one
common approach is a .gitignore that ignores everything in the
directory, except itself.