.npmignore 136 B

1234567891011121314
  1. node_modules/
  2. test/
  3. tests/
  4. .git**
  5. .vscode/
  6. RELEASES.md
  7. sample/
  8. tools/
  9. tasks/
  10. scripts/
  11. .nuget/
  12. packages/
  13. packages.config
  14. .ntvs_analysis.*