From 6bf87443f0a40f42563b4712ae6a4b28cc1286a7 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:34:08 +0000 Subject: [PATCH] Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow --- templates/gradle.gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/gradle.gitignore diff --git a/templates/gradle.gitignore b/templates/gradle.gitignore new file mode 100644 index 0000000..b06caa3 --- /dev/null +++ b/templates/gradle.gitignore @@ -0,0 +1,25 @@ +# Gradle +.gradle/ +build/ + +# IDE +.idea/ +*.iml +*.ipr +*.iws +.project +.classpath +.settings/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log + +# Properties +*.properties