commit 392640a686ac98e36b3141cf8a73434b3d421b7d Author: steven Date: Sat Feb 28 12:27:49 2026 +0900 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e1db807 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Gradle +.gradle/ +build/ +**/build/ + +# Local configuration +local.properties + +# IntelliJ / Android Studio +.idea/ +*.iml + +# Kotlin/Java +*.class + +# Android +*.apk +*.aab + +# NDK / CMake +.cxx/ + +# OS files +.DS_Store