web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

.gitignore (296B)


      1 node_modules
      2 dist
      3 .turbo
      4 
      5 # Logs
      6 logs/
      7 *.log
      8 
      9 # Env
     10 .env
     11 .env.*
     12 !.env.example
     13 !.env.test
     14 
     15 # OS
     16 .DS_Store
     17 Thumbs.db
     18 
     19 # Secrets
     20 *.pem
     21 *.crt
     22 *.key
     23 
     24 # Testing
     25 test*.json
     26 
     27 # Editors
     28 .vscode/
     29 .idea/
     30 *.iml
     31 
     32 # Notes
     33 notes*.txt
     34 notes*.md
     35 notes*.json
     36 tree*.txt
     37 diff*.txt
     38 prompt*.txt
     39 
     40 # Dev
     41 .local*
     42 justfile