diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2f2cad2e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.js linguist-language=java +*.css linguist-language=java +*.html linguist-language=java \ No newline at end of file diff --git a/.gitignore b/.gitignore index 49e0fc6b..2dc9c784 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /node_modules -/package-lock.json \ No newline at end of file +/package-lock.json +/dist +.DS_Store