From b31abccd27b72961df97d4622129fe0cec45a25a Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 6 Jul 2025 19:08:37 +0200 Subject: Add gradle build as well ??? --- songsterr/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 songsterr/.gitignore (limited to 'songsterr/.gitignore') diff --git a/songsterr/.gitignore b/songsterr/.gitignore new file mode 100644 index 0000000..1b6985c --- /dev/null +++ b/songsterr/.gitignore @@ -0,0 +1,5 @@ +# Ignore Gradle project-specific cache directory +.gradle + +# Ignore Gradle build output directory +build -- cgit v1.2.3