chandler/.gitignore
Ilya Bakhlin 11e11add72 Set Up PHPUnit
Closes chandler-1.
2021-12-25 22:24:27 +01:00

33 lines
501 B
Text

# Composer
/vendor/
/composer.phar
# PhpStorm
/.idea/
# PHPUnit
/tests/cache/
/chandler.yml
/extensions/available/*
/extensions/enabled/*
!/extensions/available/.gitkeep
!/extensions/enabled/.gitkeep
/tmp/cache/di_*
/tmp/plugin_artifacts/*
/tmp/cache/database/*
/tmp/cache/templates/*
/tmp/cache/yaml/*
!/tmp/plugin_artifacts/.gitkeep
!/tmp/cache/database/.gitkeep
!/tmp/cache/templates/.gitkeep
!/tmp/cache/yaml/.gitkeep
/htdocs/*
!/htdocs/.htaccess
!/htdocs/index.php
/logs/*
!/logs/.gitkeep