web_lib

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

.gitignore (308B)


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