From 0f651c4a493e3ba03cb658789b3559683e450be4 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 2 Jan 2021 17:21:24 +0000 Subject: [PATCH] [Website] Add site/public to the gitignore --- .gitignore | 3 ++- site/public/categories/index.xml | 10 ---------- site/public/index.xml | 10 ---------- site/public/sitemap.xml | 17 ----------------- site/public/tags/index.xml | 10 ---------- 5 files changed, 2 insertions(+), 48 deletions(-) delete mode 100644 site/public/categories/index.xml delete mode 100644 site/public/index.xml delete mode 100644 site/public/sitemap.xml delete mode 100644 site/public/tags/index.xml diff --git a/.gitignore b/.gitignore index 527b1c7..aaf9a95 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ target/ \#*# .\#* *~ -bootstrap/serene \ No newline at end of file +bootstrap/serene +site/public/ \ No newline at end of file diff --git a/site/public/categories/index.xml b/site/public/categories/index.xml deleted file mode 100644 index b92677a..0000000 --- a/site/public/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Categories on My New Hugo Site - http://example.org/categories/ - Recent content in Categories on My New Hugo Site - Hugo -- gohugo.io - en-us - - diff --git a/site/public/index.xml b/site/public/index.xml deleted file mode 100644 index da90485..0000000 --- a/site/public/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - My New Hugo Site - http://example.org/ - Recent content on My New Hugo Site - Hugo -- gohugo.io - en-us - - diff --git a/site/public/sitemap.xml b/site/public/sitemap.xml deleted file mode 100644 index 6bf7bad..0000000 --- a/site/public/sitemap.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - http://example.org/categories/ - - - - http://example.org/ - - - - http://example.org/tags/ - - - diff --git a/site/public/tags/index.xml b/site/public/tags/index.xml deleted file mode 100644 index 201eda6..0000000 --- a/site/public/tags/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Tags on My New Hugo Site - http://example.org/tags/ - Recent content in Tags on My New Hugo Site - Hugo -- gohugo.io - en-us - -