Skip to content

Commit d760b13

Browse files
authored
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.
1 parent 6169279 commit d760b13

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)