You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 89B

123456789101112
  1. node_modules
  2. js
  3. docs
  4. src/**/*.js
  5. src/**/*.d.ts
  6. test/**/*.js
  7. test/**/*.d.ts
  8. *.d.ts
  9. *.js