mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-17 23:51:08 +03:00
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:
parent
239f81e49f
commit
5b885b57c3
10
_config.yml
Normal file
10
_config.yml
Normal file
@ -0,0 +1,10 @@
|
||||
exclude:
|
||||
- tests
|
||||
- scripts
|
||||
- composer.json
|
||||
- CONTRIBUTING.md
|
||||
- Dockerfile
|
||||
- index.js
|
||||
- package-lock.json
|
||||
- package.json
|
||||
- README.md
|
Loading…
Reference in New Issue
Block a user