From 407664cbb5c69f8719cb7f4a7c75461c8f5607bd Mon Sep 17 00:00:00 2001 From: Mani Date: Sun, 13 Jan 2013 10:33:20 +0530 Subject: [PATCH] Added changes for Yii framework See http://www.yiiframework.com/wiki/307/startin-your-yii-project-reference-guide-with-git-vcs-in-linux/#hh6 --- Yii.gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Yii.gitignore b/Yii.gitignore index 45a9a931..834eb17c 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