.gitignore 415 B

12345678910111213141516171819202122232425262728293031
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. coverage
  8. .grunt
  9. node_modules/
  10. jspm_packages/
  11. .npm
  12. .node_repl_history
  13. *.tgz
  14. .yarn-integrity
  15. .env
  16. allure-results/
  17. packages/**/package-lock.json
  18. package-lock.json
  19. .DS_Store
  20. .idea
  21. .vscode
  22. !.vscode/extensions.json
  23. .*.swp
  24. .history
  25. .gradle
  26. wallaby.conf.js
  27. tags
  28. tests/.retry_succeeded
  29. *.tsbuialdinfo
  30. website/docs/Contribute.md
  31. website/community/Resources.md