Skip to content

Commit

Permalink
[TASK] Exclude more files for TER release
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Nov 6, 2024
1 parent 4d0b84f commit 43e74ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,14 @@
"lint-php": "find *.php Classes Configuration -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
"prepare-release": [
"rm -rf .github",
"rm -rf .editorconfig",
"rm -rf .gitattributes",
"rm -rf .gitignore",
"rm -rf .phpstorm.meta.php",
"rm -rf Documentation",
"rm -rf phpstan.neon"
"rm -rf ecs.php",
"rm -rf phpstan.neon",
"rm -rf rector.php"
]
}
}

0 comments on commit 43e74ac

Please sign in to comment.