.vercelignore 495 B

123456789101112131415161718192021222324252627282930
  1. !static
  2. !src
  3. !src/sentry
  4. !src/sentry/static
  5. !src/sentry/static/images
  6. !src/sentry/static/images/logos/**
  7. !src/sentry/locale
  8. !src/sentry/locale/**
  9. !build-utils
  10. !build-utils/**
  11. !babel.config.js
  12. !jest.config.js
  13. !now.json
  14. !package.json
  15. !prettier.config.js
  16. !stylelint.config.js
  17. !tsconfig.json
  18. !config
  19. !config/tsconfig.build.json
  20. !webpack.config.js
  21. !yarn.lock
  22. !docs-ui
  23. !docs-ui/**
  24. !.storybook
  25. !.storybook/**
  26. !tests
  27. !tests/fixtures
  28. !tests/fixtures/integration-docs
  29. !tests/fixtures/integration-docs/**