From e57d53fee9adc5b4bddfff96317573d24d8bce26 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Sun, 31 Oct 2021 23:26:18 +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/