Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 62ff4f4

Browse files
selbekkrakannimer
authored andcommitted
fix(gatsby-theme-docz): ignore the .git folder (#1251)
With this change, the git folder is ignored, improving the developer experience quite a bit :)
1 parent 2a88ebd commit 62ff4f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/gatsby-theme-docz/gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ module.exports = opts => {
4545
options: {
4646
ignore: [
4747
`${config.paths.docz}/**/*`,
48+
`${config.paths.root}/.git/**/*`,
4849
// gatsby cache
4950
`${config.paths.root}/.cache/**/*`,
5051
// static assets with gatsby site setup

0 commit comments

Comments
 (0)