From 3561a78ca7aff8986b220aece11346b5de9fea3b Mon Sep 17 00:00:00 2001 From: trwnh Date: Sun, 1 Sep 2019 15:26:57 -0500 Subject: [PATCH 1/3] parity with install guide in docs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b1c9f099a..35ed0b0d0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ yarn-error.log .bash_profile .bash_history .gitconfig -.composer/ +/.composer/ +/nginx.conf From 10e52b3ae47b642a869d226b5eaca1ac197a94fe Mon Sep 17 00:00:00 2001 From: trwnh Date: Sun, 1 Sep 2019 15:46:28 -0500 Subject: [PATCH 2/3] add bashrc --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 35ed0b0d0..cc17bce6d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ yarn-error.log .DS_Store .bash_profile .bash_history +.bashrc .gitconfig /.composer/ /nginx.conf From 37256f216d780e51d99ed7ac8798b9860a7ee91a Mon Sep 17 00:00:00 2001 From: trwnh Date: Sun, 1 Sep 2019 18:02:21 -0500 Subject: [PATCH 3/3] credentials --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cc17bce6d..0494cee10 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,6 @@ yarn-error.log .bash_history .bashrc .gitconfig +.git-credentials /.composer/ /nginx.conf