Skip to content

Commit d97f73f

Browse files
authored
build(docker): add .dockerignore (#162)
1 parent 82850be commit d97f73f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.dockerignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
8+
# Test binary, built with `go test -c`
9+
*.test
10+
11+
# Output of the go coverage tool, specifically when used with LiteIDE
12+
*.out
13+
14+
# Go workspace file
15+
go.work
16+
17+
# Visual Studio Code workspace settings
18+
.vscode/
19+
20+
# macOS
21+
.DS_Store
22+
23+
# Temporary files
24+
temp/
25+
26+
# Build artifacts
27+
bin/
28+
release/
29+
30+
# Git repository
31+
.git/
32+
.github/

0 commit comments

Comments
 (0)