From e4e815dc4008c8e4627b9f6052563cd71d33267d Mon Sep 17 00:00:00 2001 From: KodeStar Date: Thu, 8 Feb 2018 17:48:33 +0000 Subject: [PATCH] ignore mix manifest --- .gitignore | 2 ++ public/mix-manifest.json | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 public/mix-manifest.json diff --git a/.gitignore b/.gitignore index bb37dc55..a3aaec1d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ npm-debug.log yarn-error.log storage/app/public/.DS_Store + +public/mix-manifest.json diff --git a/public/mix-manifest.json b/public/mix-manifest.json deleted file mode 100644 index 0e5bb975..00000000 --- a/public/mix-manifest.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "/css/app.css": "/css/app.css?id=a260268fab1591f47ea4", - "/js/app.js": "/js/app.js?id=418d36daefa7f7979d93" -} \ No newline at end of file