.vercelignore 421 B

1234567891011121314151617181920212223242526
  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. !biome.json
  16. !stylelint.config.js
  17. !tsconfig.json
  18. !config
  19. !config/tsconfig.build.json
  20. !webpack.config.js
  21. !yarn.lock
  22. !tests
  23. !fixtures
  24. !fixtures/integration-docs
  25. !fixtures/integration-docs/**