# built application files *.apk *.ap_ # Mac files .DS_Store # files for the dex VM *.dex # Java class files *.class # generated files bin/ gen/ # Ignore gradle files .gradle/ build/ # Local configuration file (sdk path, etc) local.properties # Proguard folder generated by Eclipse proguard/ proguard-project.txt # Eclipse files .project .classpath .settings/ # Android Studio/IDEA *.iml .idea # Secara eksplisit mengabaikan folder yang tidak perlu dilacak .gradle/ .idea/ build/ gradle/ captures/ local.properties *.iml # Secara eksplisit mengabaikan file yang biasanya diabaikan *.jks *.cer # Abaikan SEMUA folder lain di root, kecuali folder 'app' /* !/app # Pastikan file konfigurasi root yang penting tetap terlacak: !/.gitignore !/build.gradle !/settings.gradle !/gradlew !/gradlew.bat