From: Thanh Ha Date: Fri, 19 Jan 2018 04:01:29 +0000 (-0500) Subject: Remove .example extension from templates X-Git-Tag: v0.1.0~46^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=1325ce8b56e8c266cf1b3b9574b5e89c686b3d40;p=releng%2Fcommon-packer.git Remove .example extension from templates The templates are no longer examples but actually fully usable templates so let us stop calling them examples. Change-Id: I54d54e42359528e5c186a3c082257ce98b1594a9 Signed-off-by: Thanh Ha --- diff --git a/templates/.gitignore b/templates/.gitignore deleted file mode 100644 index d69d1a4..0000000 --- a/templates/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.json - diff --git a/templates/builder.json.example b/templates/builder.json similarity index 100% rename from templates/builder.json.example rename to templates/builder.json diff --git a/templates/docker.json.example b/templates/docker.json similarity index 100% rename from templates/docker.json.example rename to templates/docker.json