From 0663f795c36c80d16a185613b7950a78fa6c8a58 Mon Sep 17 00:00:00 2001 From: tuhana Date: Sun, 9 Jul 2023 00:14:03 +0300 Subject: [PATCH] add git configurations --- .gitattributes | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b947077 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +dist/