8000 Updated .gitignore and readme · Klizzy/symfony-docker@0400c1e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0400c1e

Browse files
committed
Updated .gitignore and readme
1 parent ace16b9 commit 0400c1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ fabric.properties
107107
/bin/*
108108
!bin/console
109109
!bin/symfony_requirements
110-
/vendor/
110+
www/vendor/
111+
www/var/
111112

112113
# Assets and user uploads
113114
/web/bundles/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository currently contains support for PHP 7.2 up to PHP 7.4. Just check
66
**Current Specs**
77
* xdebug
88
* ZSH
9-
* PHP:7.4.11
9+
* PHP:7.4.18
1010
* NPM:latest, NVM:0.33.11, NODE:12.18.2 LTS, YARN:latest
1111
* Docker-sync / native docker volumes
1212
* Composer 2

0 commit comments

Comments
 (0)
0