diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-07-20 11:38:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-20 11:38:55 +0200 |
commit | 317fc6e684356b645ea1327c2631c7d5fc193ddd (patch) | |
tree | 9168c70fb714f99fb7db22745c7eecc1012296b9 /.gitignore | |
parent | 0dc09439efeb01e8c56d3417922aa8fccce01ead (diff) | |
parent | 8d8d48a2bbdb5db61a210e123d99515ca4a9f52a (diff) | |
download | wallabag-317fc6e684356b645ea1327c2631c7d5fc193ddd.tar.gz wallabag-317fc6e684356b645ea1327c2631c7d5fc193ddd.tar.zst wallabag-317fc6e684356b645ea1327c2631c7d5fc193ddd.zip |
Merge pull request #2195 from wallabag/remove-bin
Remove binary from repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |