Skip to content

Commit

Permalink
Update .dockerignore (#472)
Browse files Browse the repository at this point in the history
The .dockerignore file must use forward slashes.
  • Loading branch information
wcs1only authored Sep 14, 2021
1 parent 9adb01c commit ecb72ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distributed-calculator/csharp/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bin\
obj\
bin/
obj/

0 comments on commit ecb72ed

Please sign in to comment.