From c07138d59726863a03d6c96185f7dc0e3b5cc3fb Mon Sep 17 00:00:00 2001 From: Roque Date: Mon, 30 Dec 2024 16:56:12 -0300 Subject: [PATCH] Remove sounds backup --- .gitignore | 1 + sounds_backup.json | 20 -------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 sounds_backup.json diff --git a/.gitignore b/.gitignore index 0eee42c..74cfaf6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ out app.log config.json mods_backup.json +sounds_backup.json tmp *.zip \ No newline at end of file diff --git a/sounds_backup.json b/sounds_backup.json deleted file mode 100644 index bedab32..0000000 --- a/sounds_backup.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "id": 1678207 - }, - { - "id": 2584445 - }, - { - "id": 3316304 - }, - { - "id": 3698224 - }, - { - "id": 2497793 - }, - { - "id": 3167481 - } -] \ No newline at end of file