blog-minerva-juppiter

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

.gitignore (281B)


      1 test-results
      2 node_modules
      3 
      4 # Output
      5 .output
      6 .vercel
      7 .netlify
      8 .wrangler
      9 /.svelte-kit
     10 /build
     11 
     12 # OS
     13 .DS_Store
     14 Thumbs.db
     15 
     16 # Env
     17 .env
     18 .env.*
     19 !.env.example
     20 !.env.test
     21 
     22 # Vite
     23 vite.config.js.timestamp-*
     24 vite.config.ts.timestamp-*
     25 
     26 
     27 # bun output
     28 bun.lock
     29 bun.lockb
     30 
     31 #wrangler
     32 wrangler.toml