.gitignore 73B

123456789
  1. node_modules
  2. src/**/*.js
  3. src/**/*.d.ts
  4. test/**/*.js
  5. test/**/*.d.ts
  6. lib