The Wayback Machine - https://web.archive.org/web/20230323195239/https://github.com/github/gitignore/commit/4274a6d32dd5451b3cbe835e37004d2eb351682b
Skip to content
Permalink
Browse files
Ignore logs for Symfony4
Source: https://symfony.com/doc/master/logging.html
Under Where Logs are Stored, added since Symfony 4.0
  • Loading branch information
StefanKrnajski committed Aug 8, 2018
1 parent 5a7a3cd commit 4274a6d
Showing 1 changed file with 4 additions and 0 deletions.
@@ -15,6 +15,10 @@
!var/logs/.gitkeep
!var/sessions/.gitkeep

# Logs (Symfony4)
/var/log/*
!var/log/.gitkeep

# Parameters
/app/config/parameters.yml

This comment has been minimized.

Copy link
@Norelak

This comment has been minimized.

Copy link
@Norelak

Norelak Oct 21, 2021

null config
null log
null Symfony4

/app/config/parameters.ini

0 comments on commit 4274a6d

Please sign in to comment.