From 0c10b2b20b9eaab55b7590a40aa46e8a3dab7464 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 14 Aug 2013 17:42:55 +0200 Subject: [PATCH] Git: Do not ignore .gitkeep files refs #4549 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 20c443dc6..dd5d85c87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ # Exclude all hidden files .* -# But not .gitignore, .vagrant-puppet and .htaccess +# But not .gitignore, .vagrant-puppet, .htaccess and .gitkeep !.gitignore !.vagrant-puppet !public/.htaccess +!.gitkeep build/ test/js/npm-debug.log