From fa74f32bbd721a22b33c49872f7d92c70713547d Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Wed, 19 Sep 2018 16:30:11 -0300 Subject: [PATCH] -mGitIgnore: Excluding vagrant scripts --- .gitignore | 2 ++ start_vagrant.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 66aa59b..32e9f94 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ yarn-error.log .env .phpunit.result.cache mergeAndDeploy.sh +start_vagrant.sh +ssh_homestead.sh \ No newline at end of file diff --git a/start_vagrant.sh b/start_vagrant.sh index 3204bb2..d95eb7c 100644 --- a/start_vagrant.sh +++ b/start_vagrant.sh @@ -1,3 +1,3 @@ #source ~/.zshrc vagrant up -ssh homestead -t "cd code/Bruno\ Fontes/shareit; bash --login" +./ssh_homestead.sh