From eacdfd8d7c35fcad2258eed89efe8646ad4a3b33 Mon Sep 17 00:00:00 2001 From: TheLastFlame Date: Thu, 3 Oct 2024 17:43:42 +1000 Subject: [PATCH] chore: update .gitignore to exclude /data directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 758f1ce0..ec505ec8 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + + +/data \ No newline at end of file