diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-01-10 14:37:08 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-01-10 14:37:08 +0000 |
| commit | c7bf2ba6a6b40a57b4b7046aa8b36f14fcabe850 (patch) | |
| tree | 34f487bdce1d30023563a7a2769108e07e3a55f0 /.gitignore | |
| parent | 5743352d1f41d6c097b80e9ac666da474295fcfb (diff) | |
Add option for automatically closing GUI (closes #480)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ .gradle/ .idea/ build/ -*.iml
\ No newline at end of file +*.iml +.java-version + |
