diff --git a/beachball.config.js b/beachball.config.js index 1472bfb16..cd0b91616 100644 --- a/beachball.config.js +++ b/beachball.config.js @@ -5,5 +5,14 @@ */ module.exports = { gitTags: false, + ignorePatterns: [ + '**/__fixtures__/**', + '**/*.test.{ts,tsx}', + '**/*.stories.tsx', + '**/.eslintrc.json', + '**/jest.config.js', + '**/project.json', + '**/README.md', + ], hooks: require('./beachball.hooks'), };