From 5e1611eb0256d4d05588a0f770b07b85e88d2dca Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Wed, 18 Apr 2012 18:54:14 -0300 Subject: [PATCH] Removing line that incorrectly ignores `themes/classic/views/`. Runtime files should be ignored, but there are no runtime files stored in that path. --- Yii.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Yii.gitignore b/Yii.gitignore index 45a9a931..685333e8 100644 --- a/Yii.gitignore +++ b/Yii.gitignore @@ -1,3 +1,2 @@ assets/ -protected/runtime/ -themes/classic/views/ \ No newline at end of file +protected/runtime/ \ No newline at end of file