From 5b885b57c36c3d8890cc716b9662e7b13b2de91b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Thu, 12 Nov 2020 14:03:10 +0100 Subject: [PATCH] Exclude unnecessary files and directories from website build (#3823) * Exclude unneeded files and directories from website. * Add 'index.js' to Jekyll files exclusion. * Use simple-icons YAML array notation. * Remove LICENSE.md from exclusions. --- _config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..911646d7 --- /dev/null +++ b/_config.yml @@ -0,0 +1,10 @@ +exclude: +- tests +- scripts +- composer.json +- CONTRIBUTING.md +- Dockerfile +- index.js +- package-lock.json +- package.json +- README.md