From d3967c782f154d528239e426c5c50dd8fac5cc4b Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 15 Jun 2025 23:23:12 +0900 Subject: [PATCH] rm html --- .gitignore | 2 ++ my-blog/static/index.html | 3 --- my-blog/templates/oauth-assets.html | 3 --- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 my-blog/static/index.html delete mode 100644 my-blog/templates/oauth-assets.html diff --git a/.gitignore b/.gitignore index 0752df2..10df641 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ package-lock.json my-blog/static/assets/comment-atproto-* bin/ailog docs +my-blog/static/index.html +my-blog/templates/oauth-assets.html diff --git a/my-blog/static/index.html b/my-blog/static/index.html deleted file mode 100644 index ab36e33..0000000 --- a/my-blog/static/index.html +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/my-blog/templates/oauth-assets.html b/my-blog/templates/oauth-assets.html deleted file mode 100644 index ab36e33..0000000 --- a/my-blog/templates/oauth-assets.html +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file