mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
adjustments on .gitignore
This commit is contained in:
parent
cedb20c840
commit
0dffaeaa8e
1 changed files with 12 additions and 19 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue