web


git clone https://radroots.dev/git/web.git
Log | Files | Refs | Submodules | README | LICENSE

.gitignore (480B)


      1 node_modules
      2 dist
      3 build
      4 .turbo
      5 
      6 .svelte-kit
      7 .wrangler
      8 vite.config.js.timestamp-*
      9 vite.config.ts.timestamp-*
     10 
     11 # Logs
     12 logs/
     13 *.log
     14 
     15 # Env
     16 .env
     17 .env.*
     18 !.env.example
     19 !.env.development.example
     20 !.env.production.example
     21 !.env.test
     22 .local*
     23 justfile
     24 
     25 # OS
     26 .DS_Store
     27 Thumbs.db
     28 
     29 # Secrets
     30 *.pem
     31 *.crt
     32 *.key
     33 
     34 # Testing
     35 test*.json
     36 
     37 # Deploy
     38 app/svelte.config.prod.js
     39 app/wrangler*.jsonc
     40 
     41 # Editors
     42 .vscode/
     43 .idea/
     44 *.iml
     45 
     46 # Notes
     47 notes*.txt
     48 notes*.md
     49 notes*.json
     50 tree*.txt
     51 diff*.txt
     52 prompt*.txt