summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1d7e13f..eb4cd1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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