diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-27 18:10:56 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-27 18:10:56 -0500 |
commit | 782cf0c76e09abab1c2e11288d610330f383e732 (patch) | |
tree | f8cd3fa0dc799349a2b4746f5d31da89190b66ff /.gitignore | |
parent | fe4135a68cfed92ef336eec663e9c42c2c97dcbc (diff) | |
parent | 0f9a56ac310a1276dbf3b42859a2374828223879 (diff) |
Merge branch 'feature-gradle' into develop
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ -bin/ -target/ +# Ignore Gradle project-specific cache directory +.gradle + +# Ignore Gradle build output directory +build + +# Unit Converter gitignore files *.class *~ settings.txt
\ No newline at end of file |