From aa3e5e15aca2a49f70d1b30c850df4828615f7ff Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Wed, 30 Jul 2025 08:40:39 +0200 Subject: [PATCH] Ignore .lwjgl in .gitignore For new users, it's confusing that IDEA suggests adding five extra files to git when they only edited one. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5b8423f..3fdd31c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ build out .idea .gradle +.lwjgl video/ screenshots/ gui-parameters/