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.
This commit is contained in:
Álvaro Mondéjar 2020-11-12 14:03:10 +01:00 committed by GitHub
parent 239f81e49f
commit 5b885b57c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
_config.yml Normal file
View File

@ -0,0 +1,10 @@
exclude:
- tests
- scripts
- composer.json
- CONTRIBUTING.md
- Dockerfile
- index.js
- package-lock.json
- package.json
- README.md