8090公寓——企业微信小程序
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.
 
 
 
 

23 lines
239 B

  1. .DS_Store
  2. node_modules/
  3. unpackage/
  4. dist/
  5. # local env files
  6. .env.local
  7. .env.*.local
  8. *.map
  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*