Skip to content

Commit faa1f74

Browse files
authored
improve: dockerignore (ignore Windows build files)
docker build . transfers all files from OTC directory into build container as "build context". Only files listed in .dockerignore are skipped.
1 parent 77f1b0d commit faa1f74

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.dockerignore

+10
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
/.git/
2+
/.github/
3+
/.idea/
4+
/.vs/
5+
/android/
16
/build/
7+
/cmake-build*
8+
/vc17/
29
Dockerfile
10+
*.dll
11+
*.exe
12+
*.pdb

0 commit comments

Comments
 (0)