From ca882e4b8e6334136795ad4996a79fb5dab1d92c Mon Sep 17 00:00:00 2001 From: Stelios Vitalis Date: Tue, 18 Jun 2024 02:14:34 +0200 Subject: [PATCH] Remove unnecessary files from root folder --- .gitmodules | 3 --- README.md | 2 +- logo.png => images/logo.png | Bin logo_small.png => images/logo_small.png | Bin vue.config.js | 3 --- 5 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .gitmodules rename logo.png => images/logo.png (100%) rename logo_small.png => images/logo_small.png (100%) delete mode 100644 vue.config.js diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index db9e319..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "cityjson-vue-components"] - path = cityjson-vue-components - url = git@github.com:cityjson/cityjson-vue-components diff --git a/README.md b/README.md index d4b0509..39dc549 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![ninja logo](logo_small.png) ninja +# ![ninja logo](images/logo_small.png) ninja ![](images/screenshot-3dbag.png) diff --git a/logo.png b/images/logo.png similarity index 100% rename from logo.png rename to images/logo.png diff --git a/logo_small.png b/images/logo_small.png similarity index 100% rename from logo_small.png rename to images/logo_small.png diff --git a/vue.config.js b/vue.config.js deleted file mode 100644 index 44e5c18..0000000 --- a/vue.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - publicPath: '/' -} \ No newline at end of file