From 6bce118d5453ede90aca8bd72c9d05802ffd358b Mon Sep 17 00:00:00 2001 From: splootybean Date: Fri, 27 Feb 2026 09:00:14 +0000 Subject: [PATCH] Prevent player data from being pushed to the repo --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5603cc3..3fd3eba 100644 --- a/.gitignore +++ b/.gitignore @@ -479,3 +479,5 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser +# Prevent player data from being pushed to the repo +data/ \ No newline at end of file