Initial commit

This commit is contained in:
PhongMacbook
2025-12-22 18:05:45 +07:00
commit ab2856c82c
28 changed files with 1164 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# OS / editor
.DS_Store
*.iml
.idea/
.vscode/
# Local (do not commit machine-specific paths)
local.properties
# Gradle
.gradle/
build/
# Android/IntelliJ build outputs
**/build/
# APK/AAB artifacts
*.apk
*.aab
# Logs
*.log
# Keystore
*.jks
*.keystore
# NDK
.externalNativeBuild/
.cxx/
# Lint
lint-results*.xml
lint-results*.html
lint.xml