From ed2edb0c481becf514f0d5f079ffd0f45f2d2d07 Mon Sep 17 00:00:00 2001 From: Aleksandr Vishniakov Date: Tue, 3 Sep 2024 16:36:08 +0200 Subject: [PATCH] Add gitattributes --- .gitattributes | 1 + VirtoCommerce.QuoteModule.sln | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes 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/VirtoCommerce.QuoteModule.sln b/VirtoCommerce.QuoteModule.sln index d4be296..38e6760 100644 --- a/VirtoCommerce.QuoteModule.sln +++ b/VirtoCommerce.QuoteModule.sln @@ -37,6 +37,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Directory.Build.props = Directory.Build.props .gitignore = .gitignore .editorconfig = .editorconfig + .gitattributes = .gitattributes EndProjectSection EndProject Global