msc-viewer

A possibly better way to display the Matrix Spec Changes
git clone git://archive.git.mtrnord.blog/MTRNord/msc-viewer.git
Log | Files | Refs | README | LICENSE

.gitignore (257B)


      1 # build output
      2 dist/
      3 data.ms/
      4 dumps/
      5 
      6 # generated types
      7 .astro/
      8 
      9 # dependencies
     10 node_modules/
     11 meilisearch
     12 
     13 # logs
     14 npm-debug.log*
     15 yarn-debug.log*
     16 yarn-error.log*
     17 pnpm-debug.log*
     18 
     19 # environment variables
     20 .env
     21 .env.production
     22 
     23 # macOS-specific files
     24 .DS_Store