We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adaa919 commit ade36aeCopy full SHA for ade36ae
.dockerignore
@@ -10,5 +10,10 @@ target/
10
!target/release/rumba
11
**/.terraform/*
12
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
+
18
# Ignore generated credentials from google-github-actions/auth
19
gha-creds-*.json
0 commit comments