🎨 add logs folder to content folder (#7635)

refs #7116

- see comment https://github.com/TryGhost/Ghost/issues/7116#issuecomment-256598791
- add README.md
This commit is contained in:
Katharina Irrgang 2016-10-28 15:27:02 +02:00 committed by Hannah Wolfe
parent 810d60ce83
commit 16a726bf1b
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -10,7 +10,6 @@ b-cov
!core/test/utils/fixtures/**/*.csv
pids
logs
results
npm-debug.log
@ -47,6 +46,7 @@ Session.vim
/core/server/data/export/exported*
/content/tmp/*
/content/data/*
/content/logs/*
/content/apps/**/*
/content/themes/**/*
/content/images/**/*

3
content/logs/README.md Normal file
View File

@ -0,0 +1,3 @@
# Content / Logs
This is the default log file location when Ghost runs in Production.