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:
authorsgiehl <stefan@matomo.org>2020-02-24 12:05:24 +0300
committersgiehl <stefan@matomo.org>2020-02-24 12:05:24 +0300
commit0b15feb4e9580f52b7870680f4ddc9d2cf4b0f13 (patch)
tree91dbd3df759101d5a6110d98466bff32c196b27c /.gitattributes
parent36f2f54eac7675a16c86d71f752949cec9c105fe (diff)
ignore .github files in export
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index b55eb771a2..55afc129f1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -48,6 +48,7 @@ plugins/*/tests/UI/expected-screenshots/*.png filter=lfs diff=lfs merge=lfs
# Files excluded from git packages
tests/ export-ignore
+.github/ export-ignore
.coveralls.yml export-ignore
.gitignore export-ignore
.gitattributes export-ignore