From cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 25 Apr 2021 16:01:14 +0200 Subject: build: Migrate to flat project structure This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project. --- frontend/public/img/portraits/aiosup.png | Bin 71879 -> 0 bytes frontend/public/img/portraits/fmastenbroek.png | Bin 121867 -> 0 bytes frontend/public/img/portraits/gandreadis.png | Bin 76426 -> 0 bytes frontend/public/img/portraits/jburley.png | Bin 328112 -> 0 bytes frontend/public/img/portraits/loverweel.png | Bin 65866 -> 0 bytes 5 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 frontend/public/img/portraits/aiosup.png delete mode 100644 frontend/public/img/portraits/fmastenbroek.png delete mode 100644 frontend/public/img/portraits/gandreadis.png delete mode 100644 frontend/public/img/portraits/jburley.png delete mode 100644 frontend/public/img/portraits/loverweel.png (limited to 'frontend/public/img/portraits') diff --git a/frontend/public/img/portraits/aiosup.png b/frontend/public/img/portraits/aiosup.png deleted file mode 100644 index d2019b4d..00000000 Binary files a/frontend/public/img/portraits/aiosup.png and /dev/null differ diff --git a/frontend/public/img/portraits/fmastenbroek.png b/frontend/public/img/portraits/fmastenbroek.png deleted file mode 100644 index f17ef697..00000000 Binary files a/frontend/public/img/portraits/fmastenbroek.png and /dev/null differ diff --git a/frontend/public/img/portraits/gandreadis.png b/frontend/public/img/portraits/gandreadis.png deleted file mode 100644 index 96a3abda..00000000 Binary files a/frontend/public/img/portraits/gandreadis.png and /dev/null differ diff --git a/frontend/public/img/portraits/jburley.png b/frontend/public/img/portraits/jburley.png deleted file mode 100644 index d2691659..00000000 Binary files a/frontend/public/img/portraits/jburley.png and /dev/null differ diff --git a/frontend/public/img/portraits/loverweel.png b/frontend/public/img/portraits/loverweel.png deleted file mode 100644 index 85865977..00000000 Binary files a/frontend/public/img/portraits/loverweel.png and /dev/null differ -- cgit v1.2.3