From 09ebc1a394327407bdb61ef1bc380923982fb5dd Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 11 May 2016 10:06:59 -0400 Subject: [PATCH] add to gitignore --- .gitignore | 1 + css/background.css | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 css/background.css diff --git a/.gitignore b/.gitignore index 4e63997..f5e0444 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Gaslight Media Application specific # # files that are updated on server # ####################################### +css/background.css iconCache/ uploads/ cache/ diff --git a/css/background.css b/css/background.css deleted file mode 100644 index d42fe84..0000000 --- a/css/background.css +++ /dev/null @@ -1,4 +0,0 @@ - -body { - background-image: url("http://is0.gaslightmedia.com/cityofmi/backgroundImage/is13-1462823942-73195.jpeg"); -} -- 2.17.1