Skip to content

Commit

Permalink
Fix gitignore pattern
Browse files Browse the repository at this point in the history
Old pattern excluded some valid packages with go code accidentaly.
  • Loading branch information
adamwasila committed Jan 4, 2020
1 parent 075a816 commit 2743d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.vscode/
slowjoe
/slowjoe
dist/
./cmd/slowjoe/pkged.go

0 comments on commit 2743d5c

Please sign in to comment.