From 1e3ad61fcbf51ef706ec61c7e1c0cb122c7614af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sun, 27 Jan 2019 03:32:26 +0100 Subject: [PATCH] Updated the Git settings --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7222743..148220b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ * text=auto .* text +*.http text *.info text *.json text *.md text diff --git a/.gitignore b/.gitignore index cf635e9..ef49280 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /composer.lock /doc/about/changelog.md /doc/about/license.md +/share/**/*.private.env.json