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.

26 lines
249 B

4 years ago
4 years ago
  1. .DS_Store
  2. node_modules/
  3. unpackage/
  4. dist/
  5. .hbuilderx/
  6. # local env files
  7. .env.local
  8. .env.*.local
  9. # Log files
  10. npm-debug.log*
  11. yarn-debug.log*
  12. yarn-error.log*
  13. # Editor directories and files
  14. .project
  15. .idea
  16. .vscode
  17. *.suo
  18. *.ntvs*
  19. *.njsproj
  20. *.sln
  21. *.sw*