log files are ignored

This commit is contained in:
Miroslav Šedivý 2019-09-02 17:43:47 +02:00
parent 6a4b1aa8ce
commit f4918697a9
5 changed files with 12 additions and 2 deletions

14
.gitignore vendored
View file

@ -1,8 +1,18 @@
custom.ini
data/header.html
# Ignore images content
i/*
!i/.gitkeep
# Ignore thumbnails content
t/*
!t/.gitkeep
!t/.gitkeep
# Ignore all files in data but keep folder itself (and logs subfolder)
data/*
!data/.gitkeep
!data/logs/
# Ignore all logs files but keep folder itself
data/logs/*
!data/logs/.gitkeep

View file