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 84B

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