From 0f9c2092e28683d273c24f6b5c15498cd3ffb18a Mon Sep 17 00:00:00 2001 From: Leons Aleksandrovs <58330666+Skrazzo@users.noreply.github.com> Date: Mon, 7 Jul 2025 22:45:14 +0300 Subject: [PATCH] chore(history): delete old data.json / add to gitignore --- backend/.gitignore | 1 + backend/data.json | 18 ------------------ 2 files changed, 1 insertion(+), 18 deletions(-) create mode 100644 backend/.gitignore delete mode 100644 backend/data.json diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..2d46485 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1 @@ +data.json diff --git a/backend/data.json b/backend/data.json deleted file mode 100644 index c07815a..0000000 --- a/backend/data.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "number": 93, - "timestamp": 1751907679444 - }, - { - "number": 84, - "timestamp": 1751907689449 - }, - { - "number": 60, - "timestamp": 1751907699456 - }, - { - "number": 88, - "timestamp": 1751907709464 - } -] \ No newline at end of file