Git: Do not ignore .gitkeep files

refs #4549
This commit is contained in:
Eric Lippmann 2013-08-14 17:42:55 +02:00 committed by Jannis Moßhammer
parent 9b203ce698
commit 0c10b2b20b
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

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