数据报表
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
226 B

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