Ensure _Results_Actual folder is created in git checkout

The tests always fail for me the first time I run them because this folder
doesn't exist. This adds a dummy file, traditionally called .gitkeep, so
that git will create the folder on checkout.
This commit is contained in:
Philip Chimento 2022-04-06 22:24:48 -07:00
parent 92e5d195b8
commit e628307c1e

View file

@ -0,0 +1 @@
# Ensure this folder is created