Skip to content

Commit aa17d83

Browse files
committed
add .dockerignore to exclude unnecessary files from Docker context
1 parent 90a509b commit aa17d83

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.dockerignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.devcontainer/
2+
.github/
3+
.git/
4+
script/
5+
action.yml
6+
Dockerfile
7+
LICENSE
8+
README.md
9+
tmp/
10+
.vscode/
11+
docs/

0 commit comments

Comments
 (0)