chandler/.gitignore
2021-12-30 11:50:44 +01:00

27 lines
398 B
Text

# Chandler
/extensions/available/
/extensions/enabled/
/chandler.yml
# Composer
/vendor/
/composer.phar
# PhpStorm
/.idea/
# PHPUnit
/tests/cache/
/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
/logs/*
!/logs/.gitkeep