Skip to content

Commit

Permalink
Linux bundle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koltyakov committed Nov 29, 2020
1 parent 369e294 commit c94de6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Ignore everything
**
bin/
dist/
.vscode/
.idea/
assets/

# Allow files and directories
!/*.go
# !/**/*.go didn't work
!/icon/*.go
# Allow files
!/Makefile
!/.goreleaser.yml
!/go.mod
Expand Down

0 comments on commit c94de6c

Please sign in to comment.