Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tcnksm/ghr
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Jul 8, 2019
2 parents 87433af + cbd3b84 commit 290b6c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions local.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ func LocalAssets(path string) ([]string, error) {
continue
}

// Exclude hidden file
if filepath.Base(f)[0] == '.' {
continue
}

assets = append(assets, f)
}

Expand Down
Empty file added testdata/.gitkeep
Empty file.

0 comments on commit 290b6c7

Please sign in to comment.