1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 00:10:11 +02:00

Don't ignore empty files meant to preserve the file structure of an application within a git repository for later deployment

This commit is contained in:
Jose Diaz-Gonzalez 2010-11-20 11:08:56 -08:00 committed by Chris Wanstrath
parent 718b97feec
commit fd30555204

View File

@ -2,4 +2,4 @@ tmp/*
config/database.php config/database.php
app/tmp/* app/tmp/*
app/config/database.php app/config/database.php
!empty