Skip to content

Commit aa835bb

Browse files
Ignore session files
1 parent 427b156 commit aa835bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Symfony.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
# Email spool folder
88
/app/spool/*
99

10-
# Cache and logs (Symfony3)
10+
# Cache, session files and logs (Symfony3)
1111
/var/cache/*
1212
/var/logs/*
13+
/var/sessions/*
1314
!var/cache/.gitkeep
1415
!var/logs/.gitkeep
16+
!var/sessions/.gitkeep
1517

1618
# Parameters
1719
/app/config/parameters.yml

0 commit comments

Comments
 (0)