.gitignore 382 B

12345678910111213141516171819202122232425262728293031
  1. .DS_Store
  2. node_modules/
  3. dist/
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. **/*.log
  8. .rancher-pipeline.yml
  9. deployment.yaml
  10. tests/**/coverage/
  11. tests/e2e/reports
  12. selenium-debug.log
  13. # Editor directories and files
  14. .idea
  15. .vscode
  16. *.suo
  17. *.ntvs*
  18. *.njsproj
  19. *.sln
  20. *.local
  21. yarn.lock
  22. ### Example user template template
  23. ### Example user template
  24. # IntelliJ project files
  25. .idea
  26. *.iml
  27. out
  28. gen