From 82a09e88654ebc102b46ef0186b45bf89622e7fb Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:31:33 +0200 Subject: [PATCH] fix: some config files cleanup --- .gitattributes | 1 + .gitignore | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes 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