Skip to content

Commit 15e49f3

Browse files
committed
Tidy up dockerignore
1 parent 592bb41 commit 15e49f3

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.dockerignore

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,9 @@
1-
# NOTE - as part of the docker-build task we create custom dockerignore files on the fly
2-
# to change things for specific builds. See the docker/ directory for these templates
3-
4-
# CLion
5-
cmake-build-debug
6-
cmake-build-release
7-
.idea
8-
9-
# Builds
10-
build
11-
121
# Clang
132
.clangd
143

154
# Git
165
.git
176

187
# Misc project files
19-
docker
208
docs
21-
deploy/k8s
22-
node_modules
239
venv
24-
container
25-
26-
# Ignore all WebAssembly other than Python function, which has special status
27-
wasm
28-
!wasm/python/py_func/function.wasm
29-
30-
# Benchmarking
31-
perf
32-
perf.*

0 commit comments

Comments
 (0)