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.
This commit is contained in:
Winni Neessen 2024-03-23 16:36:01 +01:00
parent 821ee0a9e1
commit 91a3fc5261
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

2
.gitignore vendored
View file

@ -55,3 +55,5 @@ com_crashlytics_export_strings.xml
crashlytics.properties crashlytics.properties
crashlytics-build.properties crashlytics-build.properties
fabric.properties fabric.properties
testdata