From 73c3e8654b440797a55cc1041d38326e453e7d62 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Thu, 19 Jul 2018 11:02:04 +0800 Subject: [PATCH] added mix-manifest to gitignore, because it differ from production and dev --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9b115eeb..edb24e42 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /public/storage /public/js /public/css +public/mix-manifest.json /storage/*.key /vendor/** /.idea @@ -18,6 +19,4 @@ yarn-error.log .env.prod vendor/composer/autoload_static.php vendor/composer/autoload_classmap.php -package-lock.json - - +package-lock.json \ No newline at end of file