Skip to content

Commit 4c9ea94

Browse files
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 .gitignore
2 parents 6169279 + d760b13 commit 4c9ea94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ yarn-error.log
2020
###> symfony/framework-bundle ###
2121
/.env
2222
/public/bundles/
23-
/var/
2423
/vendor/
2524
###< symfony/framework-bundle ###
2625

0 commit comments

Comments
 (0)