Git: Do not ignore .gitkeep files

refs 
This commit is contained in:
Eric Lippmann 2013-08-14 17:42:55 +02:00 committed by Jannis Moßhammer
parent 9b203ce698
commit 0c10b2b20b

3
.gitignore vendored

@ -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