log files are ignored
This commit is contained in:
parent
6a4b1aa8ce
commit
f4918697a9
5 changed files with 12 additions and 2 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue