1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
    2. # dependencies
    3. **/node_modules
    4. /.pnp
    5. .pnp.js
    6. # roadhog-api-doc ignore
    7. /src/utils/request-temp.js
    8. _roadhog-api-doc
    9. # testing
    10. /coverage
    11. # production
    12. /build
    13. /dist
    14. /docs-dist
    15. es
    16. lib
    17. *bak
    18. # misc
    19. .idea
    20. .vscode
    21. .DS_Store
    22. .env.local
    23. .env.development.local
    24. .env.test.local
    25. .env.production.local
    26. npm-debug.log*
    27. yarn-error.log*
    28. yarn-debug.log*
    29. yarn.lock
    30. package-lock.json
    31. pnpm-lock.yaml
    32. *bak
    33. # visual studio code
    34. .history
    35. *.log
    36. functions/*
    37. .temp/**
    38. # umi
    39. .umi
    40. .umi-production
    41. # screenshot
    42. screenshot
    43. .firebase
    44. .eslintcache