1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00

Ajoute un fichier .gitattributes

This commit is contained in:
Antoine
2016-04-23 18:11:18 +02:00
parent fb2d4741e7
commit 73b9cf5e84

10
.gitattributes vendored Normal file
View File

@@ -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