Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 690efb7

Browse files
committed
feature #857 git ignore the whole var directory by default (Tobion)
This PR was merged into the 3.0-dev branch. Discussion ---------- git ignore the whole var directory by default Commits ------- bca585a git ignore the whole var directory by default
2 parents 45dd185 + bca585a commit 690efb7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
/app/config/parameters.yml
22
/build/
33
/phpunit.xml
4-
/var/bootstrap.php.cache
5-
/var/cache/*
4+
/var/
65
!var/cache/.gitkeep
7-
/var/logs/*
86
!var/logs/.gitkeep
9-
/var/sessions/*
107
!var/sessions/.gitkeep
118
/vendor/
129
/web/bundles/

0 commit comments

Comments
 (0)