From 467638f0891425a323a533c9796e0f77ab697b5f Mon Sep 17 00:00:00 2001 From: abalabahaha Date: Fri, 20 Nov 2015 17:13:44 -0800 Subject: [PATCH] CRLF is weird --- .gitattributes | 2 ++ .gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d45d3c282 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.js text=auto +*.js text eol=crlf \ No newline at end of file diff --git a/.gitignore b/.gitignore index 36184503b..38f41a81d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ node_modules test/auth.json examples/auth.json test/spotify.js + +docs/_build \ No newline at end of file