Commit 10eb19db authored by Brendan Forster's avatar Brendan Forster

Merge pull request #1924 from krzysiekpiasecki/master

Ignore session files
parents 2f947884 aa835bb2
...@@ -7,11 +7,13 @@ ...@@ -7,11 +7,13 @@
# Email spool folder # Email spool folder
/app/spool/* /app/spool/*
# Cache and logs (Symfony3) # Cache, session files and logs (Symfony3)
/var/cache/* /var/cache/*
/var/logs/* /var/logs/*
/var/sessions/*
!var/cache/.gitkeep !var/cache/.gitkeep
!var/logs/.gitkeep !var/logs/.gitkeep
!var/sessions/.gitkeep
# Parameters # Parameters
/app/config/parameters.yml /app/config/parameters.yml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment