diff --git a/.gitignore b/.gitignore index 7e3c978c8b..ba3336cf08 100644 --- a/.gitignore +++ b/.gitignore @@ -31,9 +31,6 @@ !/.idea/encodings.xml !/.idea/icon.svg !/.idea/jsonSchemas.xml -!/.idea/modules.xml -!/.idea/php.xml -!/.idea/redaxo.iml !/.idea/sqldialects.xml !/.idea/codeStyles/ !/.idea/fileTemplates/ diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 65f0992f60..0000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index 171f3455ec..0000000000 --- a/.idea/php.xml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/redaxo.iml b/.idea/redaxo.iml deleted file mode 100644 index 2416e558cb..0000000000 --- a/.idea/redaxo.iml +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/README.de.md b/README.de.md index 4091e1c5ee..d7576171de 100644 --- a/README.de.md +++ b/README.de.md @@ -63,9 +63,6 @@ Um am Core und an den Core-Addons zu entwickeln, setze das Projekt mit diesen Sc - Klone das Repository: `git clone https://github.com/redaxo/redaxo redaxo && cd redaxo` - Installiere die für die Entwicklung verwendeten Tools über [Composer](https://getcomposer.org): `composer install` -- Falls du PhpStorm verwendest, passe dort die Composer-Einstellungen (`Languages & Frameworks` > `PHP` > `Composer`) an und deaktiviere diese beiden Optionen: - - [ ] Add packages as libraries - - [ ] Synchronize IDE settings with composer.json - Du kannst die hinterlegte Docker-Konfiguration nutzen, um eine lokale Entwicklungsumgebung zu starten: `docker-compose up -d`. Falls du einen anderen Port als den Standardport 80 benötigst, ergänze die Angabe so: `REDAXO_PORT=8080 docker-compose up -d`.   diff --git a/README.md b/README.md index 3ab5734304..cf39a3bc63 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,6 @@ To develop on core and core addons, set up the project with these steps: - Clone the repsoitory: `git clone https://github.com/redaxo/redaxo redaxo && cd redaxo` - Install the tools used for the development with [Composer](https://getcomposer.org): `composer install` -- When you use PhpStorm, adjust the composer settings (`Languages & Frameworks` > `PHP` > `Composer`) and disable these two options: - - [ ] Add packages as libraries - - [ ] Synchronize IDE settings with composer.json - You can use the provided Docker configuration to start a local development environment: `docker-compose up -d`. In case you need a port other than the default port 80, start it like this: `REDAXO_PORT=8080 docker-compose up -d`.