diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7e55b9b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +* text eol=crlf + +*.png binary +*.ogg binary +*.mp3 binary +*.wav binary +*.webm binary + +# Set the language for these files to jsonc to ensure GitHub doesn't show the comments as errors +.vscode/*.json linguist-language=jsonc +tsconfig*.json linguist-language=jsonc