Murph is an open-source CMF built on top of Symfony that helps you to build your own CMS with several domains and languages.
https://doc.murph-project.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
573 B
31 lines
573 B
|
|
###> symfony/framework-bundle ### |
|
/.env.local |
|
/.env.local.php |
|
/.env.*.local |
|
/config/secrets/prod/prod.decrypt.private.php |
|
/public/bundles/ |
|
/public/js/ |
|
/src/Command/TestCommand.php |
|
/var/ |
|
/vendor/ |
|
###< symfony/framework-bundle ### |
|
|
|
###> symfony/phpunit-bridge ### |
|
.phpunit |
|
.phpunit.result.cache |
|
/phpunit.xml |
|
###< symfony/phpunit-bridge ### |
|
|
|
###> symfony/webpack-encore-bundle ### |
|
/node_modules/ |
|
/public/build/ |
|
npm-debug.log |
|
yarn-error.log |
|
###< symfony/webpack-encore-bundle ### |
|
|
|
/public/uploads/* |
|
!/public/uploads/.gitkeep |
|
/public/media/ |
|
/migrations/* |
|
!/migrations/.gitkeep
|
|
|