images dir changed

This commit is contained in:
Miroslav Šedivý 2019-12-26 18:20:19 +01:00
parent cda2cf8f3c
commit 945bf34185
4 changed files with 4 additions and 13 deletions

13
.gitignore vendored Normal file → Executable file
View file

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

View file

@ -38,8 +38,8 @@ pass = demo
;visitor[user] = pass
[directories]
images_path = i/
thumbnails_path = t/
images_path = data/i/
thumbnails_path = data/t/
logs_path = data/logs/
[system]

View file

View file