Merge pull request #595 from foliengriller/gitignore

Improves gitignore and deletes unused .keep in /logs
This commit is contained in:
Michael Kaufmann
2018-11-26 06:51:53 +01:00
committed by GitHub
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