Skip to content

.gitattributes #22

@clphillips

Description

@clphillips

Use .gitattributes to ignore .git files on export:

.gitattributes export-ignore
.gitignore export-ignore

That way we can export via archive cleanly:

git archive master -o latest.zip

Use .gitattributes to force diff language:

*.php diff=php

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions