From 1d3b70bfaf4731cc60ec4c1e2bae6912b4176726 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sun, 25 Feb 2024 21:40:38 +0100 Subject: [PATCH] Deleted settings.json and added it to .gitignore. --- .gitignore | 1 + settings.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 settings.json diff --git a/.gitignore b/.gitignore index 5d381cc..10e00a1 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +settings.json diff --git a/settings.json b/settings.json deleted file mode 100644 index 67d7e4d..0000000 --- a/settings.json +++ /dev/null @@ -1 +0,0 @@ -{"fps": 60, "window_size": [1000, 598]} \ No newline at end of file