docs: establish project harness baseline

This commit is contained in:
QiuSW
2026-07-25 16:59:06 +08:00
commit 50a6d8ee5b
30 changed files with 2742 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# OS and editors
.DS_Store
Thumbs.db
.idea/
.vscode/
*.iml
# Local configuration and secrets
.env
.env.*
!.env.example
local.properties
google-services.json
secrets.properties
api_keys.properties
*.jks
*.keystore
*.pem
*.key
# Android and Gradle outputs
.gradle/
**/build/
*.apk
*.aab
*.aar
# Go and local runtime outputs
bin/
dist/
tmp/
var/
*.exe
*.test
coverage.out
# Logs
*.log