Skip to content

chore: ignore mkdocs-jupyter build cache in .gitignore - #252

Merged
dimitri-yatsenko merged 2 commits into
datajoint:mainfrom
gtouloumes:fix/gitignore-mkdocs-cache
Aug 13, 2026
Merged

chore: ignore mkdocs-jupyter build cache in .gitignore#252
dimitri-yatsenko merged 2 commits into
datajoint:mainfrom
gtouloumes:fix/gitignore-mkdocs-cache

Conversation

@gtouloumes

Copy link
Copy Markdown
Collaborator

'mkdocs serve' and 'docker compose up' (MODE=LIVE/BUILD) write build
artifacts to '.cache/mkdocs-jupyter/'. This directory isn't tracked or
committed, but it wasn't previously listed in .gitignore, so it shows up
as untracked clutter in 'git status' for anyone running the docs locally.

This PR adds '.cache/' to .gitignore. No functional change to the build
or site output — purely a local-development quality-of-life fix to prevent accidental 'git add-A' noise.

@dimitri-yatsenko dimitri-yatsenko left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed: .cache/mkdocs-jupyter/ is written by mkdocs-jupyter on mkdocs serve/docker compose up and isn't ignored on main — I've been seeing it as untracked clutter all week, so this is a real quality-of-life fix. No tracked files live under .cache/, so the broad ignore is safe; correct placement, CI green. Thanks @gtouloumes!

@dimitri-yatsenko
dimitri-yatsenko merged commit bb3d1fb into datajoint:main Aug 13, 2026
2 checks passed
@gtouloumes
gtouloumes deleted the fix/gitignore-mkdocs-cache branch August 13, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants