diff options
author | red031000 <rubenru09@aol.com> | 2020-07-18 19:32:32 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-18 19:32:32 +0100 |
commit | fbd71239b903711e84f325f78f5bab89bc9629db (patch) | |
tree | 2fe773190862655e5109618798618bed10152893 | |
parent | 8e915f8e654af9d9ea5dc94fde7012c6944ae825 (diff) |
mark .key as binary
-rw-r--r-- | files/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.gitattributes b/files/.gitattributes index cc0c2f17..747f17c5 100644 --- a/files/.gitattributes +++ b/files/.gitattributes @@ -3,3 +3,4 @@ .knarcignore eol=lf .knarckeep eol=lf *.pal eol=crlf +*.key binary |