gzpt2.0-h5适老版
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 lines
230 B

2 years ago
  1. .DS_Store
  2. node_modules
  3. /dist
  4. /jjt
  5. *.zip
  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. .svn
  14. # Editor directories and files
  15. .idea
  16. .vscode
  17. *.suo
  18. *.ntvs*
  19. *.njsproj
  20. *.sln
  21. *.sw?