Skip to content

Commit 74b2f95

Browse files
authored
Merge pull request #2775 from TheGamingBook/ignore-logs-symfony4
Ignore logs for Symfony4
2 parents 4bf58ca + 4274a6d commit 74b2f95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Symfony.gitignore

Lines changed: 4 additions & 0 deletions
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)