.gitignore 98 B

123456789
  1. .awcache
  2. .idea
  3. npm-debug.log
  4. *.js.map
  5. /coverage
  6. /node_modules
  7. /test-tmp
  8. /tmp
  9. test/benchmark/**/**