From adb5c942b1f261c144cd6f794ae540538372fe21 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sun, 17 Dec 2017 01:21:42 -0500 Subject: [PATCH] track prod html file --- .gitattributes | 1 + dist/index.html | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitattributes create mode 100644 dist/index.html diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..44b4224 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* eol=lf \ No newline at end of file diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..361a6bf --- /dev/null +++ b/dist/index.html @@ -0,0 +1,17 @@ + + + + + + + +
+ + + + + + + + + \ No newline at end of file