Skip to content

Commit

Permalink
Created phpspec.yml.dist, improved .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Dec 22, 2015
1 parent cd46a90 commit 91b83ba
Showing 2 changed files with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
app/*.cache
app/cache
app/logs
/app/*.cache
/app/cache
/app/logs

app/check.php
app/SymfonyRequirements.php
/app/check.php
/app/SymfonyRequirements.php

app/config/parameters.yml
app/config/*.local.yml
behat.yml
/app/config/parameters.yml
/app/config/*.local.yml

web/bundles
web/css
web/js
web/assets/compiled
web/media
/web/bundles
/web/css
/web/js
/web/assets/compiled
/web/media

bin/*
!bin/install
!bin/sylius-cs-fixer
vendor
/bin/*
!/bin/install
!/bin/sylius-cs-fixer
/vendor

etc/build/*
!etc/build/.gitkeep
/etc/build/*
!/etc/build/.gitkeep

/behat.yml
/phpspec.yml
File renamed without changes.

0 comments on commit 91b83ba

Please sign in to comment.