Skip to content

Distinguish session output file name to add pattern to .gitignore #926

@menathan

Description

@menathan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions