.gitignore 249 B

123456789101112131415161718
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. /npm-debug.log*
  5. /yarn-error.log
  6. /yarn.lock
  7. /package-lock.json
  8. # production
  9. /rai_admin
  10. # misc
  11. .DS_Store
  12. # umi
  13. .umi
  14. .umi-production