aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-07-20 10:44:46 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-07-20 10:51:37 +0200
commit8d8d48a2bbdb5db61a210e123d99515ca4a9f52a (patch)
tree9168c70fb714f99fb7db22745c7eecc1012296b9 /.gitignore
parent0dc09439efeb01e8c56d3417922aa8fccce01ead (diff)
downloadwallabag-8d8d48a2bbdb5db61a210e123d99515ca4a9f52a.tar.gz
wallabag-8d8d48a2bbdb5db61a210e123d99515ca4a9f52a.tar.zst
wallabag-8d8d48a2bbdb5db61a210e123d99515ca4a9f52a.zip
Remove binary from repo
Since Composer 1.2, binaries are re-installed from vendors if there aren't found. This avoid us to commit binaries vendors into the repo. :warning: You have to update your Composer to the 1.2 (`composer selfupdate`)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 02e921f8..f596c7b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,9 @@
10/var/sessions/* 10/var/sessions/*
11!var/sessions/.gitkeep 11!var/sessions/.gitkeep
12!var/SymfonyRequirements.php 12!var/SymfonyRequirements.php
13/bin/*
14!/bin/console
15!/bin/symfony_requirements
13 16
14# Parameters 17# Parameters
15/app/config/parameters.yml 18/app/config/parameters.yml