From 183ff16ab93e3b5ddb17b940bd7ea968478d3321 Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Fri, 23 Jun 2023 15:20:53 +0200 Subject: [PATCH] fix(test): add gitignore to test infra --- __test__/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/__test__/entrypoint.sh b/__test__/entrypoint.sh index 7dc7ccd..90dd455 100755 --- a/__test__/entrypoint.sh +++ b/__test__/entrypoint.sh @@ -20,6 +20,7 @@ cd /git/local/test-base git config --global user.email "you@example.com" git config --global user.name "Your Name" echo "#test-base" > README.md +echo "b/" > .gitignore git add . git commit -m "initial commit" git push -u