diff options
| author | Cristiano Almeida <[email protected]> | 2015-05-26 11:27:54 +0100 |
|---|---|---|
| committer | Cristiano Almeida <[email protected]> | 2015-05-26 11:27:54 +0100 |
| commit | 52e819af7d33575872e0c59997aa8dac65ba2262 (patch) | |
| tree | 7905fe4c3c96729d042a2c809edf4678c4e25b16 /.gitattributes | |
| parent | a75fd8e885ccb350f7073524af18be1e8d3bf391 (diff) | |
| download | protonmail-themes-52e819af7d33575872e0c59997aa8dac65ba2262.tar.xz protonmail-themes-52e819af7d33575872e0c59997aa8dac65ba2262.zip | |
Added first theme group, readme file and gitignore.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdb0cab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain |
