From 91a3fc52618f703ba215d37d3e9a6d641af4d1ec Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sat, 23 Mar 2024 16:36:01 +0100 Subject: [PATCH] Ignore testdata in Git Added 'testdata' to .gitignore file. This ensures that any files or folders named 'testdata', which are most likely used for local testing, will not be tracked by Git allowing for a cleaner working directory. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1026e97..3c0fb1e 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,5 @@ com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties + +testdata \ No newline at end of file