added config_ignore contrib module to ignore performance and devel config

This commit is contained in:
Bachir Soussi Chiadmi
2018-04-03 23:06:38 +02:00
parent cf1885a46b
commit 1a6f571e15
51 changed files with 3649 additions and 3 deletions
@@ -0,0 +1,6 @@
ignored_config_entities:
0: system.performance
2: devel.settings
_core:
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
langcode: fr
@@ -12,6 +12,8 @@ module:
color_field: 0
config: 0
config_devel: 0
config_filter: 0
config_ignore: 0
config_update: 0
context: 0
context_ui: 0
@@ -1,8 +1,8 @@
cache:
page:
max_age: 0
max_age: 300
css:
preprocess: false
preprocess: true
gzip: true
fast_404:
enabled: true
@@ -10,7 +10,7 @@ fast_404:
exclude_paths: '/\/(?:styles|imagecache)\//'
html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
js:
preprocess: false
preprocess: true
gzip: true
stale_file_threshold: 2592000
_core: