Register alpha.0 B4A prototype

This commit is contained in:
2026-06-12 15:11:26 +02:00
commit c97a49cad7
12 changed files with 768 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# B4A generated output
Objects/
AutoBackups/
# Local diagnostic output
logs/
# Android build artifacts
*.apk
*.aab
*.ap_
*.dex
*.class
# Local/editor noise
.vs/
.vscode/
*.tmp
*.bak
Thumbs.db
Desktop.ini