From 0516da540c26bc49f3797cdf93d2860c7f1fe158 Mon Sep 17 00:00:00 2001 From: Ascendings Date: Wed, 20 Apr 2016 23:32:25 -0400 Subject: [PATCH] Added vendor/ to .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bb575ab..8ab9aac 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,11 @@ app/config/production.php app/config/development.php +# Vendor packages # +################### +# we don't need to sync these everywhere +vendor/ + # Dot Files # ############# # the gitignore bit is so that .gitignore is still committed if @@ -49,4 +54,4 @@ app/config/development.php .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db