From 7222fb5bc7feeb2399b79573a0739d7d6ef8e889 Mon Sep 17 00:00:00 2001
From: Yordan Kinkov <yordan.kinkov@vereign.com>
Date: Mon, 28 Mar 2022 10:49:59 +0300
Subject: [PATCH] Initial commit: add .gitignore and .gitattributes

---
 .gitattributes | 1 +
 .gitignore     | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..6f7f652
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+vendor/**/* -diff
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..723ef36
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.idea
\ No newline at end of file
-- 
GitLab