From 8865845e10fcd159b920f7637a44badcba2942b0 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 3 Apr 2018 22:49:42 +0200 Subject: [PATCH] gitignore system.performance config file --- .gitignore | 2 ++ .../default/config/sync/system.performance.yml | 18 ------------------ 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 sites/default/config/sync/system.performance.yml diff --git a/.gitignore b/.gitignore index 581059032..7d704ff02 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,5 @@ dbbackups *.mysql *.tar.gz *.zip + +sites/default/config/sync/system.performance.yml diff --git a/sites/default/config/sync/system.performance.yml b/sites/default/config/sync/system.performance.yml deleted file mode 100644 index 7a276db56..000000000 --- a/sites/default/config/sync/system.performance.yml +++ /dev/null @@ -1,18 +0,0 @@ -cache: - page: - max_age: 0 -css: - preprocess: false - gzip: true -fast_404: - enabled: true - paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i' - exclude_paths: '/\/(?:styles|imagecache)\//' - html: '404 Not Found

Not Found

The requested URL "@path" was not found on this server.

' -js: - preprocess: false - gzip: true -stale_file_threshold: 2592000 -_core: - default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ -langcode: fr