diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d76765eb2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +*.sh text eol=lf diff --git a/.gitignore b/.gitignore index 281c03e7d..67b5df448 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.py[cod] .* +!.gitattributes !.babelrc !.circleci !.codeclimate.yml