Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
liverbool committed Oct 18, 2018
1 parent 2bd7fd0 commit 3da1eeb
Show file tree
Hide file tree
Showing 3,706 changed files with 10 additions and 318,926 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/bin
/vendor
node_modules
npm-debug.log
yarn-error.log
.phpunit
composer.lock
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"doctrine/common": "^2.4",
"sylius/resource": "^1.0",
"sylius/fixtures-bundle": "^1.2",
"symfony/config": "^3.2",
"symfony/options-resolver": "^3.2",
"symfony/property-access": "^3.2",
"symfony/config": "^3.4 || ^4.1",
"symfony/options-resolver": "^3.4 || ^4.1",
"symfony/property-access": "^3.4 || ^4.1",
"webmozart/assert": "^1.3"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 3da1eeb

Please sign in to comment.