From b40e1ce106bc4fb958d8096193fed07ce03bc374 Mon Sep 17 00:00:00 2001 From: gmemstr Date: Thu, 7 Sep 2017 13:45:46 -0700 Subject: [PATCH] Ignore custom css file --- .gitignore | 2 ++ assets/static/custom.css | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 assets/static/custom.css diff --git a/.gitignore b/.gitignore index 71ae6f6..ab39f1e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ feed\.json podcasts/ feed\.rss + +assets/static/custom\.css diff --git a/assets/static/custom.css b/assets/static/custom.css deleted file mode 100644 index 70944a2..0000000 --- a/assets/static/custom.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - background-color: lightgrey; -} - -.podcast { - background-color: red; -} \ No newline at end of file