Skip to content

Commit

Permalink
Add .dockerignore file to exclude Docker-related files and directories
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytes committed Feb 14, 2024
1 parent 797a0aa commit fc770b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SampleApi/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Dockerfile*
**/[b|B]in/
**/[O|o]bj/

0 comments on commit fc770b8

Please sign in to comment.