Merge pull request #1452 from nunorafaelrocha/enhancement/add-spool-folder

Add spool folder to Symfony
This commit is contained in:
Brendan Forster 2016-03-07 08:46:42 +11:00
commit 028ed4e1b1
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
!app/cache/.gitkeep
!app/logs/.gitkeep
# Email spool folder
/app/spool/*
# Cache and logs (Symfony3)
/var/cache/*
/var/logs/*