build: ignore the example folder when build document site (#525)

This commit is contained in:
witt
2021-04-29 11:37:24 +08:00
committed by GitHub
parent 09e1342dd5
commit 6d196628db

View File

@@ -34,7 +34,9 @@
},
"exclude": [
"node_modules",
"es"
"es",
"examples",
"dist"
],
"include": [
"next-env.d.ts",