From 9168f84a1756108727e12ba8ed2160da96597265 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Sun, 31 Oct 2021 18:50:42 +0300 Subject: [PATCH] add gitignore and gitattributes --- .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..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3773a66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +## IDEA ## +.idea/