From 73b9cf5e84d26c3ff154bae9b1d6754968bb717d Mon Sep 17 00:00:00 2001 From: Antoine Date: Sat, 23 Apr 2016 18:11:18 +0200 Subject: [PATCH] Ajoute un fichier .gitattributes --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2a3d2f1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Autodetect text files +* text=auto + +# Force the following filetypes to have unix eols, so Windows does not break them +*.* text eol=lf + +*.mp3 binary + +/Audacity export-ignore +/README.md export-ignore