mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-15 05:02:24 +08:00
fix: Do not delete .idea while doing the cleanup
It also makes sure only root level directories are excluded Closes #18308
This commit is contained in:
parent
4b849f9bcd
commit
e77f583467
@ -11,8 +11,8 @@ const cleaningProcess = spawn('git', [
|
||||
'clean',
|
||||
'-xdf',
|
||||
'-n',
|
||||
'--exclude=".vscode"',
|
||||
'--exclude=".idea"',
|
||||
'--exclude="/.vscode"',
|
||||
'--exclude="/.idea"',
|
||||
]);
|
||||
|
||||
cleaningProcess.stdout.on('data', (data) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user