diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-08 16:06:16 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-08 16:06:16 -0500 |
commit | 3ae57fe0826ef92891016a82f1eb3d9ce4795169 (patch) | |
tree | 5623bba7b435c51f48d7634ef3dfff841034a671 /.gitattributes | |
parent | dacc8facb80c8700d3e5243e762191a2d9faa728 (diff) | |
download | rcm-3ae57fe0826ef92891016a82f1eb3d9ce4795169.tar.gz rcm-3ae57fe0826ef92891016a82f1eb3d9ce4795169.tar.bz2 rcm-3ae57fe0826ef92891016a82f1eb3d9ce4795169.zip |
add git attributes
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..45c1f98 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text eol=lf +*.eot binary +*.ttf binary +*.otf binary +*.woff binary +*.woff2 binary |