Skip to content

Commit

Permalink
Merge pull request #62 from asbjornb/main
Browse files Browse the repository at this point in the history
Fixes #61 outdated useGitIgnore
  • Loading branch information
binyamin authored Oct 14, 2021
2 parents 60f10ac + 9a740f7 commit e8a7259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ module.exports = function(eleventyConfig) {
});

eleventyConfig.addPassthroughCopy('assets');
eleventyConfig.setUseGitIgnore(false);

return {
useGitIgnore: false,
dir: {
input: "./",
output: "_site",
Expand All @@ -45,4 +45,4 @@ module.exports = function(eleventyConfig) {
},
passthroughFileCopy: true
}
}
}
2 changes: 1 addition & 1 deletion .eleventyignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
readme.md
CONTRIBUTING.md
.github/
_drafts/
_drafts/

0 comments on commit e8a7259

Please sign in to comment.