fix(test): add gitignore to test infra

This commit is contained in:
Marco Lecheler 2023-06-23 15:20:53 +02:00
parent eebb6ccce1
commit 183ff16ab9
No known key found for this signature in database
GPG key ID: 91BA632DE070124A

View file

@ -20,6 +20,7 @@ cd /git/local/test-base
git config --global user.email "you@example.com" git config --global user.email "you@example.com"
git config --global user.name "Your Name" git config --global user.name "Your Name"
echo "#test-base" > README.md echo "#test-base" > README.md
echo "b/" > .gitignore
git add . git add .
git commit -m "initial commit" git commit -m "initial commit"
git push -u git push -u