web_lib

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

.gitignore (290B)


      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 .local*
     15 justfile
     16 
     17 # OS
     18 .DS_Store
     19 Thumbs.db
     20 
     21 # Secrets
     22 *.pem
     23 *.crt
     24 *.key
     25 
     26 # Testing
     27 test*.json
     28 
     29 # Editors
     30 .vscode/
     31 .idea/
     32 *.iml
     33 
     34 # Notes
     35 notes*.txt
     36 notes*.md
     37 notes*.json
     38 tree*.txt
     39 diff*.txt
     40 prompt*.txt