diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-01 20:41:52 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-01 20:41:52 +0100 |
commit | 1c5c4a4c8ed88555000ece0f0b3806cbf012c2d1 (patch) | |
tree | 1f554425969ae4600146db56efed85a89e2d936d /.gitattributes | |
parent | 059c5cfca491a59efff55d4e9ad59b8d30e0fdec (diff) | |
download | ale-1c5c4a4c8ed88555000ece0f0b3806cbf012c2d1.zip |
Split the issue template into multiple files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 05b1f3f0..b1235f82 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ /CODE_OF_CONDUCT.md export-ignore /CONTRIBUTING.md export-ignore /Dockerfile export-ignore +/ISSUE_TEMPLATE export-ignore /ISSUE_TEMPLATE.md export-ignore /Makefile export-ignore /PULL_REQUEST_TEMPLATE.md export-ignore |