Skip to content

Commit

Permalink
Add missing directories for docker instance (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Apr 27, 2020
1 parent 16d84eb commit 5ab649f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Expand Up @@ -4,7 +4,8 @@
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/var/*
!/var/.gitkeep
/vendor/
###< symfony/framework-bundle ###

Expand Down Expand Up @@ -32,7 +33,8 @@

###> Docker ###
docker-compose.*.yml
/docker/logs
/docker/logs/nginx/*
!/docker/logs/nginx/.gitkeep
/docker/nginx/ssl/certs/*
!/docker/nginx/ssl/certs/.gitkeep
/docker/nginx/ssl/private/*
Expand Down
Empty file added docker/logs/nginx/.gitkeep
Empty file.
Empty file added var/.gitkeep
Empty file.

0 comments on commit 5ab649f

Please sign in to comment.