Skip to content

Commit 4274a6d

Browse files
Ignore logs for Symfony4
Source: https://symfony.com/doc/master/logging.html Under Where Logs are Stored, added since Symfony 4.0
1 parent 5a7a3cd commit 4274a6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Symfony.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
!var/logs/.gitkeep
1616
!var/sessions/.gitkeep
1717

18+
# Logs (Symfony4)
19+
/var/log/*
20+
!var/log/.gitkeep
21+
1822
# Parameters
1923
/app/config/parameters.yml
2024
/app/config/parameters.ini

0 commit comments

Comments
 (0)