From d8bf12e0ad2de62276c16513d36882cb4da53bfa Mon Sep 17 00:00:00 2001 From: apolopena <3060702+apolopena@users.noreply.github.com> Date: Fri, 29 Jan 2021 17:02:49 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20bug=20#9=20added=20new=20?= =?UTF-8?q?line=20to=20.gitignore=20merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/init-gitpod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/init-gitpod.sh b/bash/init-gitpod.sh index 67b338c6..aaaa0bd1 100644 --- a/bash/init-gitpod.sh +++ b/bash/init-gitpod.sh @@ -14,7 +14,7 @@ if [ ! -d "$GITPOD_REPO_ROOT/bootstrap" ]; then else echo "SUCCESS: moved Laravel project from ~/temp-app to $GITPOD_REPO_ROOT" fi - (cat ~/test-app/.gitignore; echo) >> $GITPOD_REPO_ROOT/.gitignore && rm ~/test-app/.gitignore + (echo; cat ~/test-app/.gitignore) >> $GITPOD_REPO_ROOT/.gitignore && rm ~/test-app/.gitignore mv ~/test-app/README.md $GITPOD_REPO_ROOT/README_LARAVEL.md rmdir ~/test-app fi