diff --git a/CHANGE.md b/CHANGE.md index 8a5c55c..232f671 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -15,7 +15,7 @@ Change Log: `yii2-app-practical` - Update to use yii 2.0.6 archive. - Update sessions configuration for frontend and backend. - Include `urlManagerFE` component in backend config to enable access to frontend routes. -- Based on latest yii2-advanced-app until 29-Jul-2015. +- Based on latest yii2-advanced-app until 08-Apr-2016. ## Version 1.5.0 diff --git a/backend/runtime/.gitignore b/backend/runtime/.gitignore index c96a04f..5d81bf7 100644 --- a/backend/runtime/.gitignore +++ b/backend/runtime/.gitignore @@ -1,2 +1,3 @@ * -!.gitignore \ No newline at end of file +!.gitignore +!*/ \ No newline at end of file diff --git a/backend/runtime/sessions/.gitignore b/backend/runtime/sessions/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/backend/runtime/sessions/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/frontend/runtime/.gitignore b/frontend/runtime/.gitignore index c96a04f..5d81bf7 100644 --- a/frontend/runtime/.gitignore +++ b/frontend/runtime/.gitignore @@ -1,2 +1,3 @@ * -!.gitignore \ No newline at end of file +!.gitignore +!*/ \ No newline at end of file