mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
* chore: stop tracking docstrings report * lint and prettier * fix circular dependency issue and update docstrings * add warnings
27 lines
568 B
Plaintext
27 lines
568 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
|
|
.giga/tasks/*
|
|
package-lock.json
|
|
|
|
# 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/
|