diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-27 18:07:18 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-27 18:07:18 -0500 |
commit | 0f9a56ac310a1276dbf3b42859a2374828223879 (patch) | |
tree | f8cd3fa0dc799349a2b4746f5d31da89190b66ff | |
parent | 3e6fee9561a00e5d9958c5685336c9d68c8629e1 (diff) |
Fixed the gitignore file
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | settings.txt | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -3,3 +3,8 @@ # Ignore Gradle build output directory build + +# Unit Converter gitignore files +*.class +*~ +settings.txt
\ No newline at end of file diff --git a/settings.txt b/settings.txt deleted file mode 100644 index 6a9d120..0000000 --- a/settings.txt +++ /dev/null @@ -1,4 +0,0 @@ -precision=6 -rounding_type=SCIENTIFIC -prefix_rule=COMPLEX_REPETITION -one_way=true |