From d73d3a5c3521e0e4937305811bd8a06048adb05e Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Fri, 27 Feb 2026 13:58:55 -0300 Subject: [PATCH] add files to gitignore --- .gitignore | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1fac4d5..225b8c7 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,28 @@ bin/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store + +# Gradle build artifacts +/build/ +!gradle/wrapper/gradle-wrapper.jar # keep wrapper jar + +# Gradle cache and logs +.gradle/ +out/ + +# Local configuration files +local.properties +*.iml +.idea/ +*.ipr +*.iws + +# OS files +.DS_Store +Thumbs.db + +# Temporary files +*.log +*.tmp +*.swp \ No newline at end of file