Skip to content

Consider adding a .gitattributes file #7

Description

@Gramps

Hey there! You may want to consider adding a .gitattributes file so that users download just your asset instead of the whole repo. A simple version, as found in the submission guidelines, can be:

# Normalize line endings for all files that Git considers text files.
* text=auto eol=lf

# Only include the addons folder when downloading from the Asset Library.
/**        export-ignore
/addons    !export-ignore
/addons/** !export-ignore

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