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

27 lines
287 B

  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. pnpm-debug.log*
  8. lerna-debug.log*
  9. node_modules
  10. dist
  11. dist-ssr
  12. stats.html
  13. *.local
  14. # Editor directories and files
  15. .vscode/*
  16. !.vscode/extensions.json
  17. !.vscode/settings.json
  18. .idea
  19. .DS_Store
  20. *.suo
  21. *.ntvs*
  22. *.njsproj
  23. *.sln
  24. *.sw?