We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f054acc commit 881e3b0Copy full SHA for 881e3b0
.eleventy.js
@@ -46,6 +46,8 @@ module.exports = function (eleventyConfig) {
46
47
eleventyConfig.setLibrary('md', markdown);
48
49
+ eleventyConfig.setUseGitIgnore(false);
50
+
51
return {
52
passthroughFileCopy: true,
53
dir: {
0 commit comments