Update gitignore
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-05 20:50:26 +02:00
parent 48f12a1640
commit 3e4c490183
2 changed files with 2 additions and 1 deletions

View File

@@ -8,5 +8,5 @@ public class RunnerUtil {
public static final int SCREEN_HEIGHT = Toolkit.getDefaultToolkit().getScreenSize().height;
public static final int SCREEN_WIDTH = Toolkit.getDefaultToolkit().getScreenSize().width;
}