From 77a798f3da39731886b55f0036be2af7dfa44263 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Wed, 17 Feb 2021 12:36:15 -0500 Subject: Added the ability to save and load settings. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 52a523a..1d7e13f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ bin/ target/ *.class -*~ \ No newline at end of file +*~ +settings.txt \ No newline at end of file -- cgit v1.2.3