平安校园
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.

.gitignore 297 B

1 month ago
123456789101112131415161718192021222324252627
  1. .DS_Store
  2. node_modules/
  3. dist/
  4. unpackage/
  5. .hbuilderx/
  6. npm-debug.log*
  7. yarn-debug.log*
  8. yarn-error.log*
  9. **/*.log
  10. tests/**/coverage/
  11. tests/e2e/reports
  12. selenium-debug.log
  13. # Editor directories and files
  14. .idea
  15. .vscode
  16. *.suo
  17. *.ntvs*
  18. *.njsproj
  19. *.sln
  20. *.local
  21. .env.development
  22. package-lock.json
  23. yarn.lock