.gitignore 345 B

12345678910111213141516171819202122232425262728293031323334
  1. .DS_Store
  2. node_modules/
  3. dist/
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. package-lock.json
  8. tests/**/coverage/
  9. # Tests
  10. /coverage
  11. # Editor directories and files
  12. .idea
  13. .vscode
  14. *.suo
  15. *.ntvs*
  16. *.njsproj
  17. *.sln
  18. yarn*
  19. components.d.ts
  20. auto-imports.d.ts
  21. bj-maritime-dcds-web/
  22. *.ico
  23. *.png
  24. *.html
  25. *.html.gz
  26. *.svg
  27. *.css
  28. *.css.gz
  29. *.js
  30. *.js.gz
  31. build/
  32. out/