From 4e0b108c34d8b2fa2a223ff0062a67e1b4b77e74 Mon Sep 17 00:00:00 2001 From: Tatiana Litvinova Date: Wed, 26 Apr 2023 18:12:27 +0200 Subject: [PATCH] Include Kitchen InSpec profiles in GitHub tarball in order to allow InSpec test execution on AMIs. See https://git-scm.com/docs/gitattributes --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7510f226d..6b223445e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ /spec export-ignore -/test export-ignore +/test/unit export-ignore +/test/integration export-ignore .kitchen* export-ignore .gitattributes export-ignore -.gitignore export-ignore \ No newline at end of file +.gitignore export-ignore