Improves gitignore and deletes unused .keep in /logs

This commit is contained in:
Michael Rosenberger 2018-11-25 21:46:13 +01:00
parent 96addebdf3
commit 9a528532d2
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ install/update.log
templates/*
lib/userdata.inc.php
logs/*
!logs/index.html
.buildpath
.project
.settings/

View File