tangle_indexer


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

.gitignore (449B)


      1 node_modules
      2 
      3 # Output
      4 .output
      5 .vercel
      6 .netlify
      7 .wrangler
      8 /.svelte-kit
      9 /build
     10 .turbo
     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 vite.config.dev*
     26 
     27 # debug
     28 npm-debug.log*
     29 yarn-debug.log*
     30 yarn-error.log*
     31 
     32 # secrets
     33 *.pem
     34 
     35 # local
     36 .tmp*
     37 .backup*
     38 .dev*
     39 .vscode
     40 notes*.txt
     41 notes*.md
     42 notes*.json
     43 git-diff*.txt
     44 prompt*.txt
     45 tree*.txt
     46 justfile
     47 
     48 locales.json
     49 routes.json