mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
* add kotlin debug app * add specs * first kmp sdk version * add deploy script * save working nfc implementation * save demo app flow wip * agent feedback * show viewfinder on mrz * save working scan * add kotlin formatting * remove mrz overlay * fix expiry date * add feedback to mrz san * save improved nfc scanning * save wip * save gitignore and md state * add logging and error handling. get iOS demo app working * format * add swift formatting * enable iOS camera * save ios mrz implementation * nfc scanning works * final optimizations * add tests * fixes * better linting * agent feedback * bug fixes * formatting * agent feedback * fix app breaking on run * consolidate kotlin and swift clean up commands * fix pipeline by installing swiftlint * fix blurry scanning * fix ci --------- Co-authored-by: turnoffthiscomputer <colin.remi07@gmail.com>
32 lines
632 B
Plaintext
32 lines
632 B
Plaintext
contracts/contracts/RegisterASCII.txt
|
|
sdk/.env
|
|
.DS_Store
|
|
# Exception: Include mobile-sdk-alpha AAR files
|
|
!packages/mobile-sdk-alpha/dist/android/*.aar
|
|
dist
|
|
**/node_modules
|
|
**/node_modules/
|
|
showcase
|
|
.codegpt
|
|
**/.yarn/
|
|
output/*
|
|
*.tsbuildinfo
|
|
.yarnrc.yml
|
|
package-lock.json
|
|
.claude
|
|
|
|
# CI-generated tarballs (don't commit these!)
|
|
mobile-sdk-alpha-ci.tgz
|
|
**/mobile-sdk-alpha-*.tgz
|
|
/tmp/mobile-sdk-alpha*.tgz
|
|
dataInput.d.ts
|
|
packages/mobile-sdk-alpha/docs/docstrings-report.json
|
|
|
|
# Private Android modules (cloned at build time)
|
|
app/android/android-passport-nfc-reader/
|
|
|
|
# Foundry
|
|
contracts/out/
|
|
contracts/cache_forge/
|
|
contracts/broadcast/
|