Skip to content

Commit 252fb5d

Browse files
authored
Add .dockerignore file (google#520)
To optimize docker build contexts.
1 parent e4148d3 commit 252fb5d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.dockerignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*.pyc
2+
*.pyd
3+
*.pyo
4+
.git
5+
.pytest_cache
6+
.pytype
7+
.venv
8+
__pycache__
9+
docs
10+
report*
11+
third_party/oss-fuzz/build

0 commit comments

Comments
 (0)