From bd2b0e874ce74f2af50b066278c28576f3928204 Mon Sep 17 00:00:00 2001 From: eniamza Date: Mon, 6 Jul 2020 18:56:19 +0600 Subject: [PATCH] Feat : Exclude unnecessary files for build --- _config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 8845d9f..0c86fab 100644 --- a/_config.yml +++ b/_config.yml @@ -6,4 +6,10 @@ defaults: # Build Settings -markdown: kramdown \ No newline at end of file +markdown: kramdown + +exclude: + +- CONTRIBUTING.md +- TODO.md +- LICENSE \ No newline at end of file