Commit fd305552 authored by Jose Diaz-Gonzalez's avatar Jose Diaz-Gonzalez Committed by Chris Wanstrath

Don't ignore empty files meant to preserve the file structure of an...

Don't ignore empty files meant to preserve the file structure of an application within a git repository for later deployment
parent 718b97fe
...@@ -2,4 +2,4 @@ tmp/* ...@@ -2,4 +2,4 @@ tmp/*
config/database.php config/database.php
app/tmp/* app/tmp/*
app/config/database.php app/config/database.php
!empty
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment