fix(test): add gitignore to test infra
This commit is contained in:
parent
eebb6ccce1
commit
183ff16ab9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user