sdk

Radroots SDK and bindings
git clone https://radroots.dev/git/sdk.git
Log | Files | Refs | README

.gitignore (393B)


      1 # Rust
      2 /target/
      3 **/*.rs.bk
      4 
      5 node_modules
      6 dist
      7 .turbo
      8 artifacts/
      9 *.tsbuildinfo
     10 
     11 # Logs
     12 logs/
     13 *.log
     14 
     15 # Env
     16 .env
     17 .env.*
     18 !.env.example
     19 !.env.test
     20 .local*
     21 justfile
     22 
     23 # OS
     24 .DS_Store
     25 Thumbs.db
     26 
     27 # Secrets
     28 *.pem
     29 *.crt
     30 *.key
     31 
     32 # Testing
     33 test*.json
     34 
     35 # Editors
     36 .vscode/
     37 .idea/
     38 *.iml
     39 
     40 # Dev
     41 .local
     42 .direnv/
     43 .treefmt-cache/
     44 result
     45 notes*.txt
     46 
     47 # Beads / Dolt runtime files
     48 .beads/dolt/
     49 .beads/dolt-access.lock