Skip to content
Snippets Groups Projects
Commit 4c6a286c authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Also clean up development config in modules/*/

parent 15402391
No related branches found
No related tags found
No related merge requests found
...@@ -61,9 +61,9 @@ rm "$TARGET/www/assets/js/stylesheet.js"* ...@@ -61,9 +61,9 @@ rm "$TARGET/www/assets/js/stylesheet.js"*
rm "$TARGET/.editorconfig" rm "$TARGET/.editorconfig"
rm "$TARGET/.gitattributes" rm "$TARGET/.gitattributes"
rm -r "$TARGET/.github" rm -r "$TARGET/.github"
rm "$TARGET/.php_cs.dist" rm "$TARGET"/{,modules}/.php_cs.dist
rm "$TARGET/codecov.yml" rm "$TARGET"/{,modules}/codecov.yml
rm "$TARGET/psalm.xml" rm "$TARGET"/{,modules}/psalm.xml
rm "$TARGET"/{,modules}/.gitignore rm "$TARGET"/{,modules}/.gitignore
rm "$TARGET"/{cache,config,metadata,locales}/.gitkeep rm "$TARGET"/{cache,config,metadata,locales}/.gitkeep
rm "$TARGET/composer.phar" rm "$TARGET/composer.phar"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment