From 1d907e6d8985bc52448b55187ae9ffde0510b331 Mon Sep 17 00:00:00 2001 From: klinch0 <68821526+klinch0@users.noreply.github.com> Date: Tue, 24 Nov 2020 17:22:54 +0300 Subject: [PATCH] thid commit --- .gitattributes | 7 +++++++ .gitignore | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..56fc406 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +*.html text +*.js text +*.css text + +*.sln text eol=crlf \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2ebf5aa..b751399 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .vs -.gitattributes *.user