Skip to content

Commit 9658d2c

Browse files
Merge pull request #14 from Greenheart/fix/exclude-files
Exclude files that don't have to be published on the web server.
2 parents 2a5ff3a + de75b2d commit 9658d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ plugins:
4646
- jekyll-sitemap
4747

4848
include: [_pages]
49-
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]
49+
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "package-lock.json", "assets/css/sass/"]

0 commit comments

Comments
 (0)