From 01c5f2d2887ac62127ae06e4fb6d738f2b8c2e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Tue, 19 Nov 2019 15:56:09 +0300 Subject: [PATCH] add ignore folder and file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 455ec1f8c..e8e5c958d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ /node_modules /public/hot /public/storage +/public/js +/public/mix-manifest.json /storage/*.key /vendor /.idea