.gitignore 491 B

1234567891011121314151617181920212223242526272829303132333435
  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. *.local
  13. # Editor directories and files
  14. .vscode/*
  15. !.vscode/extensions.json
  16. .idea
  17. .DS_Store
  18. *.suo
  19. *.ntvs*
  20. *.njsproj
  21. *.sln
  22. *.sw?
  23. # Environment Variables
  24. .env
  25. # Backend Code generation
  26. src/helpers/backend/graphql.ts
  27. src/helpers/backend/backend-schema.json
  28. # vite-plugin-pages-sitemap generates its files in the public directory
  29. public/robots.txt
  30. public/sitemap.xml