diff options
author | w0rp <devw0rp@gmail.com> | 2017-03-26 22:42:37 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-03-26 22:42:37 +0100 |
commit | c467a075123c14bbdde8abfd38d03edd4e285168 (patch) | |
tree | 3bd6883e07f5c27ffd2fe6cfb29896903957ed8b | |
parent | 55827116805832d318c9b02152dbc0faf8bb8c91 (diff) | |
download | ale-c467a075123c14bbdde8abfd38d03edd4e285168.zip |
Don't export the ISSUE_TEMPLATE in archives
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index d9c0b182..060e8ad2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,9 @@ .* export-ignore /CONTRIBUTING.md export-ignore /Dockerfile export-ignore +/ISSUE_TEMPLATE.md export-ignore /Makefile export-ignore /README.md export-ignore +/custom-checks export-ignore /img export-ignore /test export-ignore -/custom-checks export-ignore |