summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAdrien Hopkins <ahopk127@my.yorku.ca>2021-02-17 12:36:15 -0500
committerAdrien Hopkins <ahopk127@my.yorku.ca>2021-02-17 12:43:18 -0500
commit77a798f3da39731886b55f0036be2af7dfa44263 (patch)
tree4bd2c907d7c5296ab66cfd4c92af51a4fbc7826d /.gitignore
parent3b1f4fd5b58053a2240401ccf199dcd42bbfe9a9 (diff)
Added the ability to save and load settings.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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