Skip to content

Commit

Permalink
Ref-RHINENG-9414 create dockerignore file (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
r14chandra authored Apr 11, 2024
1 parent 1d55e41 commit ca1a24d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ignore everything
*

# Allow files and directories
!/infrastructure
!/internal
!/playbooks
!/go.mod
!/go.sum
!main.go

0 comments on commit ca1a24d

Please sign in to comment.