adjustments on .gitignore

This commit is contained in:
Luis Cordova 2014-09-05 08:45:57 -05:00
parent cedb20c840
commit 0dffaeaa8e

31
.gitignore vendored
View file

@ -1,26 +1,19 @@
app/*\.cache
app/cache/*
app/logs/*
app/*.cache
app/cache
app/logs
app/config/parameters.yml
app/config/*.local.yml
app/config/deploy.rb
behat.yml
web/bundles/*
web/css/*
web/js/*
web/assets/compiled/*
web/media/*
web/bundles
web/css
web/js
web/assets/compiled
web/media
bin/behat
bin/doctrine*
bin/phpspec
bin/webunit
bin/phpunit
bin/phpcrodm
bin/phpcrodm.php
bin/jackalope
bin/phpunit
vendor/*
bin/*
!bin/install
!bin/sylius-cs-fixer
vendor