From 109922bb05835624311b5a962e20f742bf461fa9 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 26 May 2025 12:25:36 +1000 Subject: [PATCH] fix: Don't push location db --- .gitignore | 2 ++ kite_locations.json | 37 ------------------------------------- 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 kite_locations.json diff --git a/.gitignore b/.gitignore index 7d847cc..9c5c0d9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ __pycache__/ .env .vs/ .venv/ + +*.json diff --git a/kite_locations.json b/kite_locations.json deleted file mode 100644 index 9c5e037..0000000 --- a/kite_locations.json +++ /dev/null @@ -1,37 +0,0 @@ -[ - { - "name": "Arboretum", - "description": "Lots of wind", - "date_added": "2025-05-26T11:56:29.508930" - }, - { - "name": "Park", - "description": "Still but still works", - "rating": 3, - "date_added": "2025-05-26T12:02:15.338125" - }, - { - "name": "The Lake", - "description": "", - "rating": 5, - "date_added": "2025-05-26T12:02:42.853429" - }, - { - "name": "Test", - "description": "Test", - "rating": 3, - "date_added": "2025-05-26T12:16:19.288452" - }, - { - "name": "Test", - "description": "", - "rating": 3, - "date_added": "2025-05-26T12:18:16.435249" - }, - { - "name": " ", - "description": "Hello", - "rating": 3, - "date_added": "2025-05-26T12:18:29.691415" - } -] \ No newline at end of file