diff --git a/.gitattributes b/.gitattributes index 6313b56c..0a170172 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,15 @@ -* text=auto eol=lf +# Text Files +*.js text=auto eol=lf +*.json text=auto eol=lf +*.md text=auto eol=lf + +# Configs and Stuff +.gitattributes text=auto eol=lf +.gitignore text=auto eol=lf +.npmrc text=auto eol=lf + +# Asset Files +*.png binary +*.mp3 binary +*.otf binary +*.ttf binary diff --git a/assets/images/be-like-bill.png b/assets/images/be-like-bill.png index dc3cd48e..51f88b9d 100644 Binary files a/assets/images/be-like-bill.png and b/assets/images/be-like-bill.png differ diff --git a/assets/images/christmas-hat.png b/assets/images/christmas-hat.png index 1438f85c..eb90732b 100644 Binary files a/assets/images/christmas-hat.png and b/assets/images/christmas-hat.png differ diff --git a/assets/images/photograph.png b/assets/images/photograph.png index c4204da5..b8d535ab 100644 Binary files a/assets/images/photograph.png and b/assets/images/photograph.png differ