Skip to content

Commit

Permalink
Use allow list for .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-mxp committed Aug 11, 2024
1 parent c09ff92 commit 15b4845
Showing 1 changed file with 9 additions and 23 deletions.
32 changes: 9 additions & 23 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# Ignore git / GitHub details
.appends
.git
.gitattributes
.gitignore
.github
# Disallow everything
*

# Ignore run artifacts
error_log
metadata.json
output
output.json
results.xml
results.json

# Ignore test files
tests/
bin/*
# Allow list
!bin/run.sh

# Ignore build details
.dockerignore
Dockerfile
vendor/*
composer.lock
!CODE_OF_CONDUCT.md
!composer.json
!LICENSE
!phpunit.xml
!README.md
!src

0 comments on commit 15b4845

Please sign in to comment.