Skip to content

Consider updating .gitattributes #19

@Gramps

Description

@Gramps

Godot version

N/A

Issue description

Hey there! You may want to consider updating your .gitattributes file so users only download the asset itself; currently it misses some additional file in the repository's root. A simple version would be something like:

# 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

While including the license is good, I would probably suggest copying it into the addons/wigglebones folder then ignore the one in the repo root.

Steps to reproduce

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions