diff --git a/.gitignore b/.gitignore index 2d22cf3c0..d436576ff 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Composer composer.lock +.composer vendor/ # Sass diff --git a/system/config/system.yaml b/system/config/system.yaml index 42cd16999..7529f9b01 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -23,7 +23,7 @@ cache: enabled: true # Set to true to enable caching check: method: file # Method to check for updates in pages: file|folder|none - driver: auto # One of: auto|file|apc|xcache|memcache|memcached|wincache + driver: auto # One of: auto|file|apc|xcache|memcache|wincache prefix: 'g' # Cache prefix string (prevents cache conflicts) twig: