From fd30555204695ee804d8f36f98a856d22ffcd100 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 20 Nov 2010 11:08:56 -0800 Subject: [PATCH] Don't ignore empty files meant to preserve the file structure of an application within a git repository for later deployment --- CakePHP.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 0b684f19..8438a62f 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -2,4 +2,4 @@ tmp/* config/database.php app/tmp/* app/config/database.php - +!empty \ No newline at end of file