cli

Command-line interface for Radroots
git clone https://radroots.dev/git/cli.git
Log | Files | Refs | README | LICENSE

.gitignore (203B)


      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 logs/
     16 identity.json
     17 
     18 # Local secrets
     19 *.pem
     20 *.crt
     21 *.key