Skip to content

Commit c978ae2

Browse files
committed
chore(dx): allow to clean local repository
1 parent eb031a4 commit c978ae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"minimum-stability": "dev",
4848
"prefer-stable": true,
4949
"scripts": {
50+
"tools:clean": "git ls-files --others --ignored --exclude-from=.gitignore --exclude-per-directory=.gitignore --directory | awk -v quote='\"' -v OFS=\"\" '!/.idea/ {print quote,$$0,quote}' | xargs rm -rf",
5051
"tools:run": [
5152
"@tools:run:php-cs-fixer",
5253
"@tools:run:phpunit",

0 commit comments

Comments
 (0)