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