From 9e28fa1ea79b04ecc78ed064cec6f1cfaa8d3ddf Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 6 Feb 2016 12:52:25 +0800 Subject: [PATCH 1/2] public dir perms --- public/404.html | 0 public/422.html | 0 public/500.html | 0 public/503.html | 0 public/famous/main.js | 0 public/famous/templates.js | 0 public/favicon.ico | Bin public/robots.txt | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 public/404.html mode change 100755 => 100644 public/422.html mode change 100755 => 100644 public/500.html mode change 100755 => 100644 public/503.html mode change 100755 => 100644 public/famous/main.js mode change 100755 => 100644 public/famous/templates.js mode change 100755 => 100644 public/favicon.ico mode change 100755 => 100644 public/robots.txt diff --git a/public/404.html b/public/404.html old mode 100755 new mode 100644 diff --git a/public/422.html b/public/422.html old mode 100755 new mode 100644 diff --git a/public/500.html b/public/500.html old mode 100755 new mode 100644 diff --git a/public/503.html b/public/503.html old mode 100755 new mode 100644 diff --git a/public/famous/main.js b/public/famous/main.js old mode 100755 new mode 100644 diff --git a/public/famous/templates.js b/public/famous/templates.js old mode 100755 new mode 100644 diff --git a/public/favicon.ico b/public/favicon.ico old mode 100755 new mode 100644 diff --git a/public/robots.txt b/public/robots.txt old mode 100755 new mode 100644 From f9128dad7aa0d03afbc8515f3a69f154f7934ef3 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 6 Feb 2016 12:52:38 +0800 Subject: [PATCH 2/2] vendor in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index db060afa..a2b03a61 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ #assety stuff realtime/node_modules public/assets +vendor/ #secrets and config .env