diff options
author | Jose Diaz-Gonzalez <myaccounts@savant.be> | 2010-11-20 11:08:56 -0800 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2010-11-22 17:54:05 -0800 |
commit | fd30555204695ee804d8f36f98a856d22ffcd100 (patch) | |
tree | c9e7b14093dea2d06c014e974e5385b5d0c582bc | |
parent | 718b97feec0ba95092038dfc64b118bd7176aa9b (diff) | |
download | gitignore-fd30555204695ee804d8f36f98a856d22ffcd100.tar.gz gitignore-fd30555204695ee804d8f36f98a856d22ffcd100.zip |
Don't ignore empty files meant to preserve the file structure of an application within a git repository for later deployment
-rw-r--r-- | CakePHP.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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 |