Skip to content

Commit

Permalink
Chore: gitignore is too aggressive
Browse files Browse the repository at this point in the history
The pattern to exclude binaries named `pi` naively matched files in `pi`
directories; add an exception to fix this.
  • Loading branch information
memes committed Jul 22, 2022
1 parent 58fdfa4 commit d388ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Don't commit built packages
dist/
**/pi
!**/pi/
**/pi.exe

# Don't commit testing TLS certificates, etc.
Expand Down

0 comments on commit d388ad6

Please sign in to comment.