Commit aa835bb2 authored by Krzysztof Piasecki's avatar Krzysztof Piasecki

Ignore session files

parent 427b156b
......@@ -7,11 +7,13 @@
# Email spool folder
/app/spool/*
# Cache and logs (Symfony3)
# Cache, session files and logs (Symfony3)
/var/cache/*
/var/logs/*
/var/sessions/*
!var/cache/.gitkeep
!var/logs/.gitkeep
!var/sessions/.gitkeep
# Parameters
/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