diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-02-17 12:36:15 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-02-17 12:43:18 -0500 |
commit | 77a798f3da39731886b55f0036be2af7dfa44263 (patch) | |
tree | 4bd2c907d7c5296ab66cfd4c92af51a4fbc7826d /.gitignore | |
parent | 3b1f4fd5b58053a2240401ccf199dcd42bbfe9a9 (diff) |
Added the ability to save and load settings.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ bin/ target/ *.class -*~
\ No newline at end of file +*~ +settings.txt
\ No newline at end of file |