images dir changed
This commit is contained in:
parent
cda2cf8f3c
commit
945bf34185
4 changed files with 4 additions and 13 deletions
13
.gitignore
vendored
Normal file → Executable file
13
.gitignore
vendored
Normal file → Executable 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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue