You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #861 Fix /var configuration in .gitignore (fabpot)
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
0 commit comments