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:
authorStefan Giehl <stefan@piwik.org>2016-09-21 11:45:38 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-09-21 11:45:38 +0300
commit1f10b6420ea16f1acde2df66073c16297aacb3b7 (patch)
treef47a71b273a0d7893a4a8df835ffbb7ae04000f9 /.gitattributes
parent029d0ff33ff2b6b92a4a423fba001563709393aa (diff)
added some files/folders to be excluded from git packages (#9434)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes13
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 6b195fd443..3468683b50 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -43,4 +43,15 @@ plugins/*/tests/UI/expected-screenshots/*.png filter=lfs diff=lfs merge=lfs
*.WOFF2 binary
# Custom for Visual Studio
-*.cs diff=csharp \ No newline at end of file
+*.cs diff=csharp
+
+
+# Files excluded from git packages
+tests/ export-ignore
+.coveralls.yml export-ignore
+.gitignore export-ignore
+.gitattributes export-ignore
+.gitmodules export-ignore
+.phpstorm.meta.php export-ignore
+.scrutinizer.yml export-ignore
+.travis.yml export-ignore