diff --git a/Yii.gitignore b/Yii.gitignore index 45a9a9314fb253858bdeddb10e29aca5c9bf19f3..834eb17c2ec46e0b75ca59706dc5dafbb9245060 100644 --- a/Yii.gitignore +++ b/Yii.gitignore @@ -1,3 +1,6 @@ -assets/ -protected/runtime/ +assets/* +!assets/.gitignore +protected/runtime/* +!protected/runtime/.gitignore +protected/data/*.db themes/classic/views/ \ No newline at end of file