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 /.gitignore | |
parent | 3e6fee9561a00e5d9958c5685336c9d68c8629e1 (diff) |
Fixed the gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,3 +3,8 @@ # Ignore Gradle build output directory build + +# Unit Converter gitignore files +*.class +*~ +settings.txt
\ No newline at end of file |