.gitignore 454 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. node_modules
  2. node-jiti
  3. .DS_Store
  4. .cache
  5. .turbo
  6. .pnpm-store
  7. v8-compile-cache-0
  8. tests/server/static
  9. tests/server/static/upload
  10. .local
  11. # local env files
  12. .env.local
  13. .env.*.local
  14. .eslintcache
  15. # Log files
  16. npm-debug.log*
  17. yarn-debug.log*
  18. yarn-error.log*
  19. pnpm-debug.log*
  20. # Editor directories and files
  21. .idea
  22. # .vscode
  23. *.suo
  24. *.ntvs*
  25. *.njsproj
  26. *.sln
  27. *.sw?
  28. package-lock.json
  29. pnpm-lock.yaml
  30. .history
  31. .env.development
  32. .env.production
  33. .vscode/launch.json
  34. *.log