web_lib

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

.gitignore (427B)


      1 # dependencies
      2 node_modules
      3 .pnp
      4 .pnp.js
      5 
      6 # testing
      7 coverage
      8 
      9 # svelte
     10 .svelte-kit
     11 
     12 # misc
     13 .DS_Store
     14 *.pem
     15 
     16 # debug
     17 npm-debug.log*
     18 yarn-debug.log*
     19 yarn-error.log*
     20 
     21 # turbo
     22 .turbo
     23 
     24 
     25 # Output
     26 .output
     27 /build
     28 dist
     29 
     30 # local env files
     31 .env*
     32 !.env.example
     33 
     34 
     35 # Vite
     36 vite.config.js.timestamp-*
     37 vite.config.ts.timestamp-*
     38 
     39 # local
     40 .tmp*
     41 .backup*
     42 .dev*
     43 .vscode
     44 notes*.txt
     45 notes*.md
     46 notes*.json
     47 git-diff*.txt
     48 prompt*.txt
     49 tree*.txt
     50 justfile