Commit 4c9ea94
committed
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 .gitignore1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments