Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-05-22 11:48:51 +0300
committersgiehl <stefan@piwik.org>2016-08-31 19:49:43 +0300
commit395c40bd50ef19ae782c42952a07ec19d4c9b892 (patch)
treea197a496bec74a7b43030cd29ca8a99ed37ee1bc /.gitattributes
parent025de644df80ec257c7cdea57b2442e78aa1a78a (diff)
ref #7726 Enable git-lfs for UI screenshots
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 2e93f8d46f..4ada93025c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,5 @@
+tests/UI/expected-screenshots/*.png filter=lfs diff=lfs merge=lfs -crlf
+
# auto detect text files and perform LF normalization
* text eol=lf
@@ -40,4 +42,4 @@
*.WOFF2 binary
# Custom for Visual Studio
-*.cs diff=csharp
+*.cs diff=csharp \ No newline at end of file