Add original project.

This commit is contained in:
2025-01-04 12:42:10 -07:00
parent c3edbd1c33
commit c8f5e839c3
36 changed files with 1511 additions and 0 deletions

42
.gitignore vendored
View File

@ -33,3 +33,45 @@ google-services.json
# Android Profiling
*.hprof
## Suggested ^^
## From TicTacToe project for good measure. vv
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Log/OS Files
*.log
# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json
# IntelliJ
*.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
# Keystore files
*.jks
*.keystore
# Google Services (e.g. APIs or Firebase)
google-services.json
# Android Profiling
*.hprof
/app/debug/output-metadata.json
# Ha!
keystore/*
release