mirror of
https://github.com/johndoe6345789/CaproverForge.git
synced 2026-04-24 13:44:56 +00:00
Add Android project structure and GitHub Actions workflow for APK publishing
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -24,4 +24,29 @@ 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 and Gradle
|
||||
*.iml
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
*.apk
|
||||
*.aab
|
||||
*.ap_
|
||||
*.dex
|
||||
|
||||
# Gradle files
|
||||
.gradle/
|
||||
build/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
||||
# Android Profiling
|
||||
*.hprof
|
||||
Reference in New Issue
Block a user