From 0195c7d2d73c9679833680aa5bb5ef2ce35a4a10 Mon Sep 17 00:00:00 2001 From: Alex Ruthmann Date: Wed, 5 Aug 2015 14:12:46 -0400 Subject: [PATCH 1/2] Added Google Analytics integration --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index 1a9a8e1..6b117da 100644 --- a/index.html +++ b/index.html @@ -97,6 +97,15 @@ drag-and-drop image script drag-and-drop image script + From c7dc69605fdd9b6ac65b207c710e0e0360d4c4c7 Mon Sep 17 00:00:00 2001 From: Devin Visslailli Date: Thu, 20 Aug 2015 12:49:46 -0400 Subject: [PATCH 2/2] Add .gitignore; add .idea folder, .DS_Store, and node_modules --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e2c0817 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +.DS_Store +node_modules \ No newline at end of file