Skip to content

Commit 5e2e218

Browse files
authored
Update .dockerignore
1 parent 24f7684 commit 5e2e218

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.dockerignore

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
# Ignore all
2+
*
3+
14
# env file
25
*.env
36

47
# Exclude git folders
58
.git*
6-
!.github
9+
.github
710

811
# Ignore yml files
912
*.yaml
@@ -13,4 +16,13 @@
1316
*.md
1417

1518
# Include data/
16-
!data/*
19+
!data/*
20+
21+
# Ignore source files
22+
*.go
23+
go.mod
24+
go.sum
25+
26+
# Include build
27+
!app
28+
!dist/*

0 commit comments

Comments
 (0)