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.

123456789101112131415161718192021222324252627282930
  1. .DS_Store
  2. node_modules
  3. /node_modules
  4. .hbuildrx
  5. /dist
  6. /unpackage
  7. unpackage/
  8. # local env files
  9. .env.local
  10. .env.*.local
  11. # Log files
  12. npm-debug.log*
  13. yarn-debug.log*
  14. yarn-error.log*
  15. # lock files
  16. yarn.lock
  17. # Editor directories and files
  18. .idea
  19. .vscode
  20. *.suo
  21. *.ntvs*
  22. *.njsproj
  23. *.sln
  24. *.sw?
  25. /unpackage
  26. /node_modules