.gitignore 504 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .DS_Store
  2. node_modules
  3. /dist
  4. /mock/controller/*.mjs
  5. /dev-dist
  6. # local env files
  7. .env.local
  8. .env.*.local
  9. # Log files
  10. logs
  11. *.log
  12. npm-debug.log*
  13. yarn-debug.log*
  14. yarn-error.log*
  15. pnpm-debug.log*
  16. # Editor directories and files
  17. .idea
  18. *.suo
  19. *.ntvs*
  20. *.njsproj
  21. *.sln
  22. *.sw?
  23. # Lock files
  24. yarn.lock
  25. pnpm-lock.yaml
  26. package-lock.json
  27. # Yarn v2 not using using Zero-Installs
  28. .yarn/*
  29. #!.yarn/cache
  30. !.yarn/patches
  31. !.yarn/plugins
  32. !.yarn/releases
  33. !.yarn/sdks
  34. !.yarn/versions
  35. .pnp.*
  36. # Vab
  37. public/video
  38. *.zip
  39. *.7z
  40. *.rar