rhi

Coordinated trade for connected markets
git clone https://radroots.dev/git/rhi.git
Log | Files | Refs | README | LICENSE

.gitignore (358B)


      1 /target
      2 
      3 # Debug
      4 logs/
      5 
      6 # Local env files
      7 .env
      8 .env.*
      9 !.env.example
     10 !.env.test
     11 
     12 # OS
     13 .DS_Store
     14 Thumbs.db
     15 
     16 # secrets
     17 *.pem
     18 *.crt
     19 *.key
     20 *.pem
     21 
     22 # local
     23 .tmp*
     24 .archive*
     25 .dev*
     26 .local*
     27 .vscode
     28 identity.json
     29 identity.*.json
     30 !identity.example.json
     31 notes*.txt
     32 notes*.md
     33 notes*.json
     34 tree*.txt
     35 git-diff*.txt
     36 prompt*.txt
     37 tree*.txt
     38 justfile
     39 
     40 # dev
     41 *dev*.toml
     42 *.dev*.json