You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 line
296 B

  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. /dist
  10. # misc
  11. .DS_Store
  12. # umi
  13. /src/.umi
  14. /src/.umi-production
  15. /src/.umi-test
  16. /.env.local
  17. v3dApp/
  18. *.zip