From 111aa747dabdabbc6472f04575514db335750e5d Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 26 Sep 2017 11:53:39 -0400 Subject: [PATCH] Update gitignore to reflect upstream changes --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e33e4dc..27dc533 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /vendor /node_modules /bower_components +/public/hot /public/storage /public/css /public/js @@ -8,5 +9,6 @@ /public/uploads /storage/exports /storage.*.key -/.idea +npm-debug.log +yarn-error.log .env