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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2017-12-13 07:41:28 +0300
committerLuke Bennett <lbennett@gitlab.com>2017-12-13 07:41:28 +0300
commitf87f4250dda17e2f0e95d65b7a23255f665c1cfc (patch)
tree80e93d4ba92f1d27f79bcc5b170499345cbe3ef5 /vendor/gitignore/Symfony.gitignore
parent31fa9313991881258b4697cb507cfc8ab205b7dc (diff)
Ran bin/rake gitlab:update_templates
Diffstat (limited to 'vendor/gitignore/Symfony.gitignore')
-rw-r--r--vendor/gitignore/Symfony.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/gitignore/Symfony.gitignore b/vendor/gitignore/Symfony.gitignore
index 85fd714a965..d098259ffb0 100644
--- a/vendor/gitignore/Symfony.gitignore
+++ b/vendor/gitignore/Symfony.gitignore
@@ -25,6 +25,7 @@
/bin/*
!bin/console
!bin/symfony_requirements
+/vendor/
# Assets and user uploads
/web/bundles/
@@ -37,6 +38,9 @@
# Build data
/build/
+# Composer PHAR
+/composer.phar
+
# Backup entities generated with doctrine:generate:entities command
**/Entity/*~