Skip to content

Commit

Permalink
add debug binary name to gitignore
Browse files Browse the repository at this point in the history
after updating go and delve, a new debu binary appears when debugging, ignore it
  • Loading branch information
spq committed May 23, 2024
1 parent 20418e9 commit 2816aa6
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 @@ -32,3 +32,4 @@ pnpm-debug.log*

__pycache__
*.py[cod]
cmd/pkappa2/__debug_bin*

0 comments on commit 2816aa6

Please sign in to comment.