diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5378fe0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text \ No newline at end of file diff --git a/.gitignore b/.gitignore index a256983..096f357 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ !/src !/src/**/* +/src/assets/js/ts.js + !/tests !/tests/**/* @@ -10,6 +12,7 @@ !/.github/**/* !/.gitignore +!/.gitattributes !/build.js !/LICENSE !/README.md