Skip to content

Commit

Permalink
fix: add linux binary and diagnostics output to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nightah committed Jul 22, 2022
1 parent b77fa79 commit b241c13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
lancache-diagnostics

# Test binary, built with `go test -c`
*.test
Expand All @@ -14,5 +15,8 @@
# Dependency directories (remove the comment below to include it)
# vendor/

# Logs
diagnostics.txt

# Editor configuration
.idea/

0 comments on commit b241c13

Please sign in to comment.