Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DB_HOST=mysql
DB_USER=dev
DB_PASS=dev
DB_NAME=neos
11 changes: 11 additions & 0 deletions .env.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# For Xdebug 3, we only turn on "debug", because "develop" (the default) makes every
# request *very* slow (probably due to the "pretty stack traces" that you get on Exceptions)
# See https://xdebug.org/docs/develop#mode
XDEBUG_MODE=

# application public folder
APP_WEBROOT=/app/Web

# Ports to bind the webserver on
WEB_PORTS_HTTP="4000 80"
WEB_PORTS_HTTPS="4443 443"
51 changes: 0 additions & 51 deletions .github/workflows/main.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/Build/BuildEssentials
/Build/Reports
/Build/Resources
/Configuration/
/app/Configuration/
/Data/
/Packages/
/Web/
Expand All @@ -37,6 +37,8 @@ Build/Resources/Java/selenium-server-standalone*
/"
deploy_rsa
deploy_rsa.pub
.env
behat.yml
/.idea/dictionaries/
/app/.gitignore
/app/.editorconfig
/app/composer.lock
15 changes: 1 addition & 14 deletions .idea/deployment.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions .idea/webServers.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .rsync-filter

This file was deleted.

7 changes: 0 additions & 7 deletions .rsync-filter-dev

This file was deleted.

11 changes: 0 additions & 11 deletions Build/Behat/composer.json

This file was deleted.

Loading