.gitignore 574 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Created by .ignore support plugin (hsz.mobi)
  2. target/
  3. .idea/
  4. *.iml
  5. venv/
  6. node_modules/
  7. # Jrebel
  8. rebel.xml
  9. #
  10. apidoc/
  11. # dependencies
  12. **/node_modules
  13. # roadhog-api-doc ignore
  14. /src/utils/request-temp.js
  15. _roadhog-api-doc
  16. # production
  17. dist/
  18. #/.vscode
  19. # misc
  20. .DS_Store
  21. npm-debug.log*
  22. yarn-error.log
  23. /coverage
  24. .idea
  25. yarn.lock
  26. package-lock.json
  27. pnpm-lock.yaml
  28. *bak
  29. pom.xml.versionsBackup
  30. #.vscode
  31. # visual studio code
  32. .history
  33. *.log
  34. functions/*
  35. .temp/**
  36. # umi
  37. .umi
  38. .umi-production
  39. # screenshot
  40. screenshot
  41. .firebase
  42. .eslintcache
  43. web-vue/stats.html
  44. .baidubce.token
  45. *.class