From ecad81d9ed3855c6954bff49a622c7b9a3ecd245 Mon Sep 17 00:00:00 2001 From: Marek Piasecki Date: Fri, 13 Jan 2023 12:06:37 +0100 Subject: [PATCH] add dist to gitignore; bring back one booking to json file --- .gitignore | 1 + dist/index.html | 26 -------------------------- src/api/bookings_2023_02_01.json | 3 ++- 3 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 dist/index.html diff --git a/.gitignore b/.gitignore index 3c3629e..f06235c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +dist diff --git a/dist/index.html b/dist/index.html deleted file mode 100644 index 9fa72c6..0000000 --- a/dist/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - Imba Vite Template - - - - - - - diff --git a/src/api/bookings_2023_02_01.json b/src/api/bookings_2023_02_01.json index df30412..70dfa41 100644 --- a/src/api/bookings_2023_02_01.json +++ b/src/api/bookings_2023_02_01.json @@ -5,5 +5,6 @@ { "id": "087ddebe-dd41-7e39-bda8-f617d8c4385d", "start": "2023-02-01T11:30:00.000Z", "end": "2023-02-01T13:00:00.000Z" }, { "id": "5117e557-8d86-4180-9326-1ce0cf733982", "start": "2023-02-01T13:00:00.000Z", "end": "2023-02-01T13:10:00.000Z" }, { "id": "9e323a9e-adf9-605f-9386-c939a9a6af3f", "start": "2023-02-01T13:55:00.000Z", "end": "2023-02-01T14:30:00.000Z" }, - { "id": "bd8fc476-ac50-3327-4ece-d73897796852", "start": "2023-02-01T20:00:00.000Z", "end": "2023-02-01T22:30:00.000Z" } + { "id": "bd8fc476-ac50-3327-4ece-d73897796852", "start": "2023-02-01T20:00:00.000Z", "end": "2023-02-01T22:30:00.000Z" }, + { "id": "0510de47-c86e-a64c-bb86-461c039b1012", "start": "2023-02-02T10:00:00.000Z", "end": "2023-02-02T20:00:00.000Z" } ]