myc

Self-custodial remote signer for Radroots apps
git clone https://radroots.dev/git/myc.git
Log | Files | Refs | README | LICENSE

.gitignore (188B)


      1 /target/
      2 
      3 # Local environment files
      4 .env
      5 .env.*
      6 !.env.example
      7 
      8 # OS and editor files
      9 .DS_Store
     10 Thumbs.db
     11 
     12 # Local development files
     13 .vscode/
     14 .idea/
     15 var/
     16 
     17 # Local secrets
     18 *.pem
     19 *.crt
     20 *.key