Skip to content

Commit 8ce6a9f

Browse files
authored
Update .git and .dockerignore files (#1120)
* Add .git folder to .dockerignore * noop * prevent accidentally committing credentials to release artifact
1 parent aa5df4c commit 8ce6a9f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
*_pb2.*
1515
*/*_pb2.*
1616
*/*/*_pb2.*
17+
.git
1718
ACKNOWLEDGEMENTS
1819
AUTHORS
1920
build
2021
dist
2122
executables
2223
!executables/windows/templates/unzipsfx/*.exe
24+
gha-creds-*.json
2325
grr/config/grr_response_templates
2426
grr/gui/static/bower_components
2527
grr/gui/static/node_modules

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ GRRlog.txt
2323
*.log
2424
grr/server/grr_response_server/gui/static/third-party
2525
grr/server/grr_response_server/gui/ui/.angular
26+
gha-creds-*.json

0 commit comments

Comments
 (0)