From 59973094cb15a35d6cc820085a84a9e5abce6c48 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sat, 24 Aug 2019 15:00:24 +0300
Subject: AppVeyor: move .gitattributes to .appveyor/

---
 .appveyor/.gitattributes | 1 +
 .gitattributes           | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 .appveyor/.gitattributes
 delete mode 100644 .gitattributes

diff --git a/.appveyor/.gitattributes b/.appveyor/.gitattributes
new file mode 100644
index 0000000..b086bda
--- /dev/null
+++ b/.appveyor/.gitattributes
@@ -0,0 +1 @@
+*.ps1 text eol=crlf
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index b086bda..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-*.ps1 text eol=crlf
-- 
cgit v1.2.3