Skip to content

Commit ade36ae

Browse files
caugnerargl
andauthored
chore(docker): ignore tmp + log files (#643)
Co-authored-by: Andi Pieper <apieper@mozilla.com>
1 parent adaa919 commit ade36ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ target/
1010
!target/release/rumba
1111
**/.terraform/*
1212

13+
# Exclude Temporary and Log Files.
14+
# See: https://wiki.mozilla.org/GitHub/Repository_Security/GitHub_Workflows_%26_Actions#Docker_Security_Best_Practices
15+
*.log
16+
*.tmp
17+
1318
# Ignore generated credentials from google-github-actions/auth
1419
gha-creds-*.json

0 commit comments

Comments
 (0)