Skip to content

Commit

Permalink
improve: dockerignore (ignore Windows build files)
Browse files Browse the repository at this point in the history
docker build . transfers all files from OTC directory into build container as "build context".
Only files listed in .dockerignore are skipped.
  • Loading branch information
gesior authored Dec 16, 2024
1 parent 77f1b0d commit faa1f74
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
@@ -1,2 +1,12 @@
/.git/
/.github/
/.idea/
/.vs/
/android/
/build/
/cmake-build*
/vc17/
Dockerfile
*.dll
*.exe
*.pdb

0 comments on commit faa1f74

Please sign in to comment.