.gitignore 284 B

1234567891011121314151617181920212223242526
  1. .DS_Store
  2. .history/
  3. .hbuilderx/
  4. package-lock.json
  5. node_modules/
  6. dist/
  7. npm-debug.log*
  8. yarn-debug.log*
  9. yarn-error.log*
  10. **/*.log
  11. tests/**/coverage/
  12. tests/e2e/reports
  13. selenium-debug.log
  14. # Editor directories and files
  15. .idea
  16. .vscode
  17. *.suo
  18. *.ntvs*
  19. *.njsproj
  20. *.sln
  21. *.local
  22. *.zip
  23. yarn.lock