From the docs: https://docs.runme.dev/usage/auto-save
Session Outputs
It is strongly recommended that you do not deploy the session output files to your version control. You can .gitignore the files to ensure that it doesn't get deployed.
When I look at the name of the session output file, it is <md-file-name>-<session-id>.md.
How should I ignore this using a pattern in .gitignore as stated in the docs?
I do not wish to add all session files individually, so how about a naming convention of some sorts, such as<md-file-name>-<session-id>-runmessession.md? This would allow at least to ignore **/*-runmessession.md