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