Skip to content

Commit b951721

Browse files
sync with josix-kg (#79)
Co-authored-by: josix <[email protected]>
1 parent 4516fc1 commit b951721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/note

Submodule note updated 91 files

gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
resolve: `gatsby-source-filesystem`,
4040
options: {
4141
path: `${__dirname}/content/note`,
42-
ignore: [`**/_*/**`, `**/Permanent/**`, `**/README.md`],
42+
ignore: [`**/_*/**`, `**/Permanent/**`, `**/README.md`, `**/Recent Notes.md`],
4343
name: `note`,
4444
},
4545
},

0 commit comments

Comments
 (0)