lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

.gitignore (449B)


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