urbit-ob

JavaScript utilities for phonemic base wrangling.
git clone git://git.jtobin.io/urbit-ob.git
Log | Files | Refs | README

.gitignore (214B)


      1 
      2 # dependencies
      3 /node_modules
      4 
      5 # testing
      6 /coverage
      7 
      8 # misc
      9 .DS_Store
     10 .env.local
     11 .env.development.local
     12 .env.test.local
     13 .env.production.local
     14 .env
     15 
     16 npm-debug.log*
     17 yarn-debug.log*
     18 yarn-error.log*
     19 
     20 .nyc_output/
     21 /dist