damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

.gitignore (381B)


      1 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
      2 
      3 # dependencies
      4 /node_modules
      5 /.pnp
      6 .pnp.js
      7 
      8 # testing
      9 /coverage
     10 
     11 # next.js
     12 /.next/
     13 /out/
     14 /out-staging
     15 /out-production
     16 
     17 # misc
     18 .DS_Store
     19 *.pem
     20 
     21 # debug
     22 npm-debug.log*
     23 yarn-debug.log*
     24 yarn-error.log*
     25 
     26 # local env files
     27 .env*.local
     28 
     29 # vercel
     30 .vercel
     31 
     32 # typescript
     33 *.tsbuildinfo
     34 next-env.d.ts
     35 .env