.gitignore 92 B

123456789
  1. *-debug.log
  2. *-error.log
  3. /.nyc_output
  4. /dist
  5. /lib
  6. /package-lock.json
  7. /tmp
  8. node_modules
  9. /local