Now including start.sh to start a php server using the router.php so no webserver is needed.
21 lines
557 B
Plaintext
21 lines
557 B
Plaintext
# this is just a demo .gitignore file, put all the files and folders you want to be ignored by git inside
|
|
# if you work with NetBeans: ignore NetBeans project files
|
|
/nbproject/private/
|
|
# don't commit all the dependencies fetched via Composer
|
|
/vendor/
|
|
|
|
./.idea
|
|
./.idea/*
|
|
./.crush
|
|
/AGENTS.md
|
|
/composer.lock
|
|
/.idea/copilot.data.migration.agent.xml
|
|
/.idea/copilot.data.migration.ask.xml
|
|
/.idea/copilot.data.migration.ask2agent.xml
|
|
/.idea/copilot.data.migration.edit.xml
|
|
/.idea/php.xml
|
|
/.idea/phpunit.xml
|
|
/PROFILES_README.md
|
|
/.idea/vcs.xml
|
|
/.idea/workspace.xml
|