feat: initialize Android SSH manager app with terminal and crypto
This commit is contained in:
commit
66417cc194
55 changed files with 3711 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
*.iml
|
||||
.gradle/
|
||||
.idea/
|
||||
.kotlin/
|
||||
local.properties
|
||||
.DS_Store
|
||||
build/
|
||||
captures/
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
*.apk
|
||||
*.aab
|
||||
*.ap_
|
||||
*.dex
|
||||
|
||||
# Keep the gradle wrapper jar (it IS the build tool bootstrap).
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
Loading…
Add table
Add a link
Reference in a new issue