From 8794e1cce889ad7c382046c9750bad645c6f41f7 Mon Sep 17 00:00:00 2001 From: Serhey Dolgushev Date: Thu, 4 Jul 2019 12:53:53 +0100 Subject: [PATCH] Updated .gitignore to ignore /bin directory (#398) --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b5e4427096..fb8a2c8ae3 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,6 @@ !/var/encore /var/encore/* !var/encore/.gitkeep -!var/SymfonyRequirements.php /vendor/ /web/bundles/ /web/assets/translations/* @@ -43,6 +42,11 @@ /web/assets/ezplatform/build/* !/web/assets/ezplatform/build/.gitkeep /node_modules/ +/bin/* +!bin/.ci/ +!bin/.travis/ +!bin/console +!bin/vhost.sh .php~