From 6e6c3d82dea785f26d0fc536e83134a175a40ed8 Mon Sep 17 00:00:00 2001 From: Jackk Goh Date: Tue, 3 Apr 2018 11:00:02 +0800 Subject: [PATCH] ignore vendor folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 52f735b..0143782 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .htaccess -**/logs \ No newline at end of file +**/logs +/includes/vendor \ No newline at end of file