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

Commit bca585a

Browse files
committed
git ignore the whole var directory by default
1 parent 45dd185 commit bca585a

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)