diff --git a/kiri-crontab/.gitignore b/kiri-crontab/.gitignore deleted file mode 100644 index efca283f..00000000 --- a/kiri-crontab/.gitignore +++ /dev/null @@ -1,34 +0,0 @@ -# Created by .ignore support plugin (hsz.mobi) -### Yii template -assets/* -!assets/.gitignore -protected/runtime/* -!protected/runtime/.gitignore -protected/data/*.db -themes/classic/views/ - -### Example user template template -### Example user template - -# IntelliJ project files -.idea -*.iml -out -gen - -composer.lock - -*.log -commands/result -config/setting.php -tests/ -vendor/ -runtime/ - -*.xml -*.lock - -oot -d - -composer.lock diff --git a/kiri-crontab/.phpstorm.meta.php b/kiri-crontab/.phpstorm.meta.php deleted file mode 100644 index 8b86fdba..00000000 --- a/kiri-crontab/.phpstorm.meta.php +++ /dev/null @@ -1,17 +0,0 @@ -=8.0", - "ext-json": "*", - "psr/event-dispatcher": "^1.0" - }, - "autoload": { - "psr-4": { - "Kiri\\Crontab\\": "src/" - } - }, - "require-dev": { - } -}