Skip to content

Commit 0c0c440

Browse files
authored
Create .dockerignore (#268)
1 parent 91d142e commit 0c0c440

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.dockerignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Dockerfile*
2+
**/Dockerfile*
3+
.gitignore
4+
**/.gitignore
5+
.gitattributes
6+
README*
7+
**/README*
8+
COPYING*
9+
**/COPYING*
10+
LICENSE*
11+
**/LICENSE*
12+
.github/*
13+
tests/*
14+
utils/*

0 commit comments

Comments
 (0)