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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorP.Alex <web.is.art@p-alex.com>2015-04-13 12:33:36 +0300
committerP.Alex <web.is.art@p-alex.com>2015-04-13 12:33:36 +0300
commitd5ce381e943bece7224f081d94ef76fc84fb9acb (patch)
treedd10ea8aee62edb67344030c632a82148f185f99 /.gitignore
parentabe7f3bdcd5218625bd1e91958cdba2ba02878d2 (diff)
Ignore ./vendor directory of composer
Signed-off-by: P.Alex <web.is.art@p-alex.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 25f05a8ec3..0459f27f2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,5 @@ phpunit.xml
/.pydevproject
# Ant cache
cache.properties
+# Composer
+/vendor/