Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Added config ignored file
Browse files Browse the repository at this point in the history
* file must be named app/config/config_ignored.yml
* Useful for developer specific configurations, like cache
  • Loading branch information
mmoreram committed Nov 30, 2015
1 parent 3f9217d commit 65a4bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/app/SymfonyRequirements.php
/app/cache/*
/app/config/parameters.yml
/app/config/config_ignored.yml
/app/logs/*
/build/
/vendor/
Expand Down
1 change: 1 addition & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ imports:

# Project-specific configuration
- { resource: config_local.yml }
- { resource: config_ignored.yml, ignore_errors: true }

#
# Framework configuration
Expand Down

0 comments on commit 65a4bfa

Please sign in to comment.