Skip to content

Commit

Permalink
bug symfony#861 Fix /var configuration in .gitignore (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Fix /var configuration in .gitignore

A better fix would probably be to move the DB elsewhere.

But at least, this change is required to make the demo work out of the box. If not, the `var/` directory is not added when doing `git add .` after creating the project with `composer create-project`, which is not what we want.

Commits
-------

d760b13 Fix /var configuration in .gitignore
  • Loading branch information
javiereguiluz committed Sep 30, 2018
2 parents 6169279 + d760b13 commit 4c9ea94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ yarn-error.log
###> symfony/framework-bundle ###
/.env
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###

Expand Down

0 comments on commit 4c9ea94

Please sign in to comment.