mirror of
https://github.com/github/gitignore
synced 2024-11-26 21:54:22 +01: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:
parent
9c7b92ae3b
commit
336210a719
@ -2,4 +2,4 @@ tmp/*
|
|||||||
config/database.php
|
config/database.php
|
||||||
app/tmp/*
|
app/tmp/*
|
||||||
app/config/database.php
|
app/config/database.php
|
||||||
|
!empty
|
Loading…
Reference in New Issue
Block a user