From b68bd90b2d2d13cbe9704e423300f491b1be0937 Mon Sep 17 00:00:00 2001 From: Alex Kagno <> Date: Wed, 13 Nov 2024 09:10:29 -0700 Subject: [PATCH] remove unneeded (?) files and ignore public folder --- .gitignore | 1 + .hugo_build.lock | 0 public/categories/index.xml | 11 ----------- public/index.xml | 11 ----------- public/sitemap.xml | 11 ----------- public/tags/index.xml | 11 ----------- 6 files changed, 1 insertion(+), 44 deletions(-) create mode 100644 .gitignore delete mode 100644 .hugo_build.lock delete mode 100644 public/categories/index.xml delete mode 100644 public/index.xml delete mode 100644 public/sitemap.xml delete mode 100644 public/tags/index.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d298be1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/ \ No newline at end of file diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index 2521d69..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Categories on My New Hugo Site - https://example.org/categories/ - Recent content in Categories on My New Hugo Site - Hugo - en-us - - - diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index 999cbcb..0000000 --- a/public/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - My New Hugo Site - https://example.org/ - Recent content on My New Hugo Site - Hugo - en-us - - - diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 66aa3f5..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - https://example.org/categories/ - - https://example.org/ - - https://example.org/tags/ - - diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index d655ea8..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Tags on My New Hugo Site - https://example.org/tags/ - Recent content in Tags on My New Hugo Site - Hugo - en-us - - -