Ignore .lwjgl in .gitignore

For new users, it's confusing that IDEA suggests adding five extra files to git when they only edited one.
This commit is contained in:
Abe Pazos
2025-07-30 08:40:39 +02:00
committed by GitHub
parent ef7cee01c7
commit aa3e5e15ac

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@ build
out out
.idea .idea
.gradle .gradle
.lwjgl
video/ video/
screenshots/ screenshots/
gui-parameters/ gui-parameters/