Add README.md to the list of excluded files

This commit is contained in:
Kévin Chalet 2017-09-25 16:17:07 +02:00
parent 37d0f2a99c
commit 241729861d

View File

@ -8,6 +8,7 @@
], ],
"exclude": [ "exclude": [
"appveyor.yml", "appveyor.yml",
"README.md",
"obj/**", "obj/**",
"_site/**" "_site/**"
] ]