From 4b077b1a9c9a262cf730796f3876a86d6fa1064b Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Wed, 19 Jun 2024 03:37:52 +0200 Subject: Add more code to make the client run work --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e25fce7..8466e3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ +run + # Ignore Gradle project-specific cache directory .gradle # Ignore Gradle build output directory build -.idea \ No newline at end of file +.idea -- cgit