From 79e41696581420455554225dbe004237578106ac Mon Sep 17 00:00:00 2001 From: TheSparta Date: Mon, 8 Apr 2024 14:00:44 +0100 Subject: [PATCH] Removed junk files + added /public to gitignore --- api/.gitignore | 4 +++- api/public/hi.txt | 1 - api/public/index.html | 8 -------- 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 api/public/hi.txt delete mode 100644 api/public/index.html diff --git a/api/.gitignore b/api/.gitignore index 87e5610..5e25bdd 100644 --- a/api/.gitignore +++ b/api/.gitignore @@ -39,4 +39,6 @@ yarn-error.log* **/*.tgz **/*.log package-lock.json -**/*.bun \ No newline at end of file +**/*.bun + +public/* diff --git a/api/public/hi.txt b/api/public/hi.txt deleted file mode 100644 index 9118d6c..0000000 --- a/api/public/hi.txt +++ /dev/null @@ -1 +0,0 @@ -asdasd \ No newline at end of file diff --git a/api/public/index.html b/api/public/index.html deleted file mode 100644 index 7637863..0000000 --- a/api/public/index.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - -

Hi

- - \ No newline at end of file