Skip to content

Commit cda6bfa

Browse files
committed
chore: align buildConstants excluded files list
1 parent 15e0c27 commit cda6bfa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

buildConstants.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ const EXCLUDED_FILES = [
1414
'.prettierignore',
1515
'.dockerignore',
1616
'.oxlintrc.json',
17+
'.sonarlint',
18+
'.sonarcloud.properties',
19+
'tsconfig.json',
1720
'build',
1821
'release',
1922
'node_modules',
20-
'package-lock.json',
2123
'prettier.config.js',
2224
'lint-staged.config.js',
2325
];

0 commit comments

Comments
 (0)