Skip to content

Commit

Permalink
Updated .gitignore to ignore /bin directory (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerheyDolgushev authored and lserwatka committed Jul 4, 2019
1 parent f731f59 commit 8794e1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
!/var/encore
/var/encore/*
!var/encore/.gitkeep
!var/SymfonyRequirements.php
/vendor/
/web/bundles/
/web/assets/translations/*
Expand All @@ -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~

Expand Down

0 comments on commit 8794e1c

Please sign in to comment.