mirror of
https://github.com/johndoe6345789/RepoForge.git
synced 2026-04-24 13:44:55 +00:00
Add Android project structure and GitHub Actions workflow for APK build
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -24,4 +24,19 @@ hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
|
||||
.kotlin/
|
||||
.kotlin/
|
||||
|
||||
# Android Studio
|
||||
*.iml
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea/
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
local.properties
|
||||
|
||||
# Gradle
|
||||
!gradle-wrapper.jar
|
||||
Reference in New Issue
Block a user