Will you PLEASE just copy the .gitignore ffs

This commit is contained in:
Ritchie 2023-09-05 17:22:41 -04:00
parent a3246bccc6
commit c0d03d15c6

View file

@ -18,6 +18,7 @@ jobs:
mv system-runtime/.git git-temp
rm -rf system-runtime/*
cp -Ra Packages/com.sociallydistant.framework/* system-runtime/
cp Packages/com.sociallydistant.framework/.gitignore system-runtime/.gitignore
mv git-temp system-runtime/.git
cd system-runtime
if [[ 'git status --porcelain' ]]; then