mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +03:00
25 lines
380 B
Text
25 lines
380 B
Text
# Chandler
|
|
/extensions/available/
|
|
/extensions/enabled/
|
|
/logs/
|
|
/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
|