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