diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-24 22:58:42 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-24 22:58:42 +0100 |
commit | 2c6ca2d709b3e5bd62473bd59c4cbd7469f0fa38 (patch) | |
tree | 8d45ac5a8af05632abaa311fb0f8a4bec2810c56 | |
parent | b2229977dc298572c7653314152592c650ea06e6 (diff) | |
download | feed2imap-go-2c6ca2d709b3e5bd62473bd59c4cbd7469f0fa38.tar.gz feed2imap-go-2c6ca2d709b3e5bd62473bd59c4cbd7469f0fa38.tar.bz2 feed2imap-go-2c6ca2d709b3e5bd62473bd59c4cbd7469f0fa38.zip |
Do not detect *.tpl files on github
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 777829e..f51a632 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,4 @@ * text=auto # Templates should have CRLF -*.tpl text eol=crlf +*.tpl text eol=crlf -linguist-detectable |