diff options
author | Parker Moore <parkrmoore@gmail.com> | 2013-03-06 01:29:24 +0100 |
---|---|---|
committer | Parker Moore <parkrmoore@gmail.com> | 2013-03-06 01:29:40 +0100 |
commit | 3548752af0e5afc8ca524740a261e50532bbc9dd (patch) | |
tree | bc267dbac88a006d4bfc00097d147b81ac10b253 | |
parent | 880b0fbdac22491839d5de9d059ad924bb636933 (diff) | |
download | my_new_personal_website-3548752af0e5afc8ca524740a261e50532bbc9dd.tar.xz my_new_personal_website-3548752af0e5afc8ca524740a261e50532bbc9dd.zip |
Added .gitattributes file to keep CRLF's out of the codebase.
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..176a458f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto |