.gitignore 87 B

123456789
  1. node_modules/
  2. # coverage analysis output
  3. .nyc_output/
  4. dist/
  5. # not interested
  6. .vscode