diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-27 16:14:35 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-27 16:14:35 +0100 |
commit | e51272e277d3bda6ac6476a06029b518f6001771 (patch) | |
tree | 26d4a4a7f6b324f4aad6a9451656c4b62f8ad1c9 | |
parent | 14cca6d1155720124bcc735b189212096a76391a (diff) | |
download | ale-e51272e277d3bda6ac6476a06029b518f6001771.zip |
Do not include the code of conduct in git archives
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 799cd671..574e67b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ .* export-ignore +/CODE_OF_CONDUCT.md export-ignore /CONTRIBUTING.md export-ignore /Dockerfile export-ignore /ISSUE_TEMPLATE.md export-ignore |