From 191545993167c4765b86a2148295b91424beb1d1 Mon Sep 17 00:00:00 2001 From: Peter Tseng Date: Tue, 9 May 2017 00:51:56 -0700 Subject: [PATCH] config: Ignore description.md and metadata.yml They were created for #248, but since they're not in the ignore_pattern they are being served. See for proof: http://x.exercism.io/v2/exercises/rust/luhn-from http://x.exercism.io/v2/exercises/rust/luhn-trait And note how description.md and metadata.yml appear inside the response. --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index edf247b11..81652eeb5 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,7 @@ { "slug": "rust", "language": "Rust", + "ignore_pattern": "example|description.md|metadata.yml", "repository": "https://github.com/exercism/xrust", "active": true, "exercises": [