From 0c40b17a5e1ce9673e4cc65f24a08cade83aba71 Mon Sep 17 00:00:00 2001 From: Bluscream Date: Sun, 22 Oct 2017 21:01:12 +0200 Subject: [PATCH] Update .gitignore Added heroku's entries to the gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1eda48c..cd71c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ admin/ cache/ !/cache/.htaccess +# Heroku specific entries +vendor/ +.env # Created by https://www.gitignore.io/api/osx,linux,windows,phpstorm,sublimetext