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
|
custom.ini
|
||||||
|
|
||||||
# Ignore images content
|
# Ignore images & thumbnails directories (legacy)
|
||||||
i/*
|
i/*
|
||||||
!i/.gitkeep
|
|
||||||
|
|
||||||
# Ignore thumbnails content
|
|
||||||
t/*
|
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/*
|
||||||
!data/.gitkeep
|
!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
|
;visitor[user] = pass
|
||||||
|
|
||||||
[directories]
|
[directories]
|
||||||
images_path = i/
|
images_path = data/i/
|
||||||
thumbnails_path = t/
|
thumbnails_path = data/t/
|
||||||
logs_path = data/logs/
|
logs_path = data/logs/
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
|
|
Loading…
Reference in a new issue