Skip to content

Commit

Permalink
Fix docker ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed May 28, 2023
1 parent 42e4f23 commit 4f5a5ca
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
/.git
/.gitignore
/.env.local
/.env.local.php
/.env.*.local
/public/bundles/
/var/
/vendor/
/.docker
/.vscode
/.idea
/.phan
/docs
/excluded
.git
.gitignore
.env.local
.env.local.php
.env.*.local
public/bundles/
var/
vendor/
.docker
.vscode
.idea
.phan
docs/
excluded/
.DS_Store
/.github
/book
/tests
.github
book/
tests/
book.toml
CONTRIBUTING.md
SECURITY.md
UPGRADE.md
phpunit.xml.dist

0 comments on commit 4f5a5ca

Please sign in to comment.