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:
authorLee <limitstudios@users.noreply.github.com>2020-01-28 23:55:22 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2020-01-28 23:55:22 +0300
commitea9254ec9d2a4c0d525d4f022a2f071b9b77858c (patch)
tree4b8c57fb356678454ed5ceedd86730c35a1b6983 /.gitignore
parent907a3d6f78693bcaadde7460fe0c2224161de63b (diff)
Exclude files (#15473)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3a31bed692..99d5b22a92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,4 +73,6 @@ php_errors.log
/misc/vagrant
/.vagrant
/plugins/.gitignore
-/js/container*.js \ No newline at end of file
+/js/container*.js
+/.docker
+docker-compose.yml \ No newline at end of file