Revert "fix: ignore the Japanese translation correctly"

This reverts commit 801fdb352c.
This commit is contained in:
Philipp Oppermann
2025-12-08 16:29:00 +01:00
parent 409b97159a
commit 3fb6a4396e

View File

@@ -7,12 +7,7 @@ feed_filenames = ["rss.xml"]
compile_sass = true compile_sass = true
minify_html = false minify_html = false
ignored_content = [ ignored_content = ["*/README.md", "*/LICENSE-CC-BY-NC"]
"*/README.md",
"*/LICENSE-CC-BY-NC",
"**/*.ja.md", # ignora qualquer arquivo terminado em .ja.md
"**/*.ja/*.md", # ignora diretórios "algo.ja" com md dentro, se houver
]
[markdown] [markdown]
highlight_code = true highlight_code = true